Record Producer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2024 05:14 PM
Hello Team
I have a record producer that has 7 custom tables( 1 main table and other 6 extended tables). I didn't do the map-to-field option for each variable. I'm trying to create a flow-in-flow designer. I'm trying to figure out what the flow trigger would be. There is no record producer option on the flow trigger. How would you create the record into these tables when the user fills out the record producer form? This is my first time doing record producer with flow designer. I have done service catalogs many times with Flow Designer. Please help, thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2024 07:24 PM
Hi @SnowDevOps
You can refer below posts which will assist you :
https://www.servicenow.com/community/developer-forum/can-t-set-flow-on-record-producer/m-p/2643237
Thanks and Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2024 09:18 PM - edited ‎09-24-2024 09:39 PM
ok, thanks. This is not fun when you have to script for create a record in flow designer !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2024 11:05 PM
Hi @SnowDevOps
The Trigger of the flow should be Record > Created with specific condition if any. So basically in your case, when user submits the form, a record get generated into the table, the flow will be triggered and performed according actions to other tables.
Sample
Cheers,
Tai Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2024 06:53 AM
I tested, it doesn't do anything.