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).
Updated by krileon almost 7 years ago
- Target version changed from 6.0.0 to 4.1.0
Updated by krileon almost 7 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Actions