Create a custom Flow action to Update Record with Workflow(false)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2025 11:20 PM
I am trying to create a custom flow action for Update Record with setWorkflow(false).
Similar to the OOB action, I have added three inputs:
Table (type Table Name)
Record (type Document ID, dependent on Table)
Fields (type Template Value, dependent on Table)
I am using a custom script step with the following code, where setWorkflow(false) does not seem to work. Does anyone have any suggestions please.
Note: The input.fields is in this format:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2025 03:21 PM
Hi All,
Thank you for your responses.
The input is a template value that can be used dynamically hence I will need to set the JSON object for stockroom or any other reference fields.
The intent of this is to create a custom flow action similar to Update Record (but just including setWorkflow(false)).