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.

Accessing record producer data in Flow designer

mlamin
Tera Guru

Hello,

 

I have an issue or don't know the best way to go about using/accessing the data I get from submitting a record producer. Once the record producer, I want to create a process for it.

Once the form is submitted I have a flow that is triggered to do some actions. I want the flow to create a task based on certain fields filled out on the record producer. Say for example the user filled out a field as (not favorable) I want to be able to use that condition to create a task. 

My issue I am having is accessing those data sets or finding out where they are in the flow designer. If there is another way I can see where those data are going to reach them please let me know.

 

Thanks.

1 REPLY 1

Peter Bodelier
Giga Sage

Hi @mlamin,

 

These are stored in the question_answer table. So I guess you could query that.


Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.