Actions
Feature proposal #6699
closedImplement better wildcard asset handling
Description
Currently if you use profile.%.field.501 it'd change the asset to profile.42 for example, but it should be profile.42.field.501. Also support wildcard usage of profile.42.field.% and profile.%.field.%. Fields store their ID to a custom variable on the stream so replace the field.% with it if it exists otherwise strip the wildcard for non-raw output (e.g. profile.%.field.% becomes profile.42 if field wildcard can't replace).
Actions