Record Producer

SnowDevOps
Giga Guru

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 

5 REPLIES 5

Amit Verma
Kilo Patron
Kilo Patron

Hi @SnowDevOps 

 

You can refer below posts which will assist you :

https://www.servicenow.com/community/now-platform-forum/how-to-trigger-flow-after-record-producer-is...

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.

ok, thanks. This is not fun when you have to script for create a record in flow designer !! 

Tai Vu
Kilo Patron
Kilo Patron

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

Timi_0-1727244216302.png

 

Cheers,

Tai Vu

I tested, it doesn't do anything.