I try to build a workaround* and try to make an automation more flexible. I “search for records” from an app with a defined filter. The automation should run for different apps.
Therefore:
- I convert the element into a script adjust some variable names - it works.
- I replace the defined app id with the variable for the app id - it works.
- I replace the field_id for specifying the field in the filter part with the external_id - it breaks.
Is this a current limitation? That would prevent an effective use of automations.
(*This is needed as I need to duplicate certain apps for each user, as I can’t limit single records for assigned users and only use one, which would allow to only use on app for all users.)