- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2025 05:14 AM
I have created a flow which is getting triggered when Catalog Item has been submitted. In that flow I am creating a Catalog Task after approval is done. I want to attach a file only to that Catalog Task. I am created a new Action for that and using below script in Script Step:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2025 04:10 AM
Take a normal sc_task and attach something to it manually.
Does the RITM get it too?
Then you've got some other code running counter to your solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2025 04:10 AM
Take a normal sc_task and attach something to it manually.
Does the RITM get it too?
Then you've got some other code running counter to your solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2025 04:33 AM
Thanks Rob, I got thats correct.