Trigger Flow designer from client script/server side
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2019 05:01 AM
I know we can trigger when a record is inserted/updated. But, i want to trigger flow designer from client side/script include so that i can avoid creating new record.
When user starts entering details we pass the required data to server and trigger flow designer. Has anyone triggered flow designer form background script?
- Labels:
-
flow designer
-
IntegrationHub

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2019 05:06 AM
if your client callable script include is doing any update or insert operation on the table then you can trigger the flow based on that.
if you want to execute it through background script then you can use executeFlow(flow name, inputs)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2019 03:30 AM
I got this . But I'm not able to understand to use those parameters(inputs) in script.