Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Avoid Orphan Sctasks and Approval records.

swathi Gadde
Tera Contributor

created custom table records through record producer and the custom table extending task table. now i want to create approvals and tasks once the record is created. I have used Flow designer but the sctasks and approvals are getting created but they are becoming orphans and not showing any link to the table records.. how can i associate the sctasks and approvals to the custom table record.

 

Is there any way to achieve it?

 

Thank you

1 REPLY 1

soumyadeep10
Giga Guru

Hi @swathi Gadde ,

Check what are the relevant parent fields on the task and approval tables where you can attach your custom table record.

When this is done, in your flow, at the point you're creating the task and approval records, populate the relevant parent fields from there, leverage data pill to pick the trigger record. 

 

*************************************************************************************************************

If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.