Hi all, I am having a different behavior on a custom action trigger depending on the context:
- if the custom action event is on an internal collection, everything works regularly
- if the custom action event is on an external collection, the following anomalies occur:
- if it is created by the root user, it works regularly if the user who activates the trigger is the same root
- if it is created by the root user but the user who activates the trigger is admin or Member, a ‘no permission’ message is shown
- if it is created by an admin user, if the same admin user tries to perform the trigger ‘no permission’ is shown, but if the root user tries, everything works regularly
So it seems that only the root user can perform workflow triggers on external data sources.
Am I doing something wrong?