Matrix Version: 5.5.6
I am trying to set up a trigger where the contents of a text file is updated with the contents being returned from a REST get request, however the trigger is not updating the txt file.
I have built the trigger using this process
Condition: Asset ID (ID of the txt file)
Action: Set file contents
File contents: %globals_asset_contents_raw:123456% (ID of the REST resource)
Action: Release locks
The trigger is set to run at the metadata time event.
I have also tried to add the following dynamic parameters to try to resolve:
File Contents - Set Value - %globals_asset_contents_raw:123456%
Have also checked ‘ignore permissions’ and ‘non-critical’.
Suggestions?
Thank you