ALternative for "run script" in flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2024 09:52 PM
I need to run a script having glide record to 1-2 tables and then update records in both tables.
Earlier in workflow editor, we used RUN script to execute it. Now we have to move to flow designer but I'm not getting any action for simply running script. Anyone knows what to use?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2024 10:19 PM - edited ‎08-15-2024 10:21 PM
Hi @Hafsa1,
There is an action called update multiple records that can be used to find the records you need using a filter and then update them as required. If that doesn't suit, there is also an action called look up records where you can find records based on a filter which are then stored in a data object that can used in a loop or update record action too.
If these options don't suffice and you have to run a script, you can create a new action and include a script step in it to handle the updates and output your desired data. The script action you create will become available in the flow editor as a custom action once you publish it.
Cheers,
Brad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2024 10:27 PM
i have below script to run on hr task table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2025 12:29 AM
brother just paste this code in your custom action, script step