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.

App Flow to update table, unable to assign reference identifier

ChrisWing
Mega Guru

I am trying to build a very simplified Loaner Application.  The application will automatically add loaner systems if a flag on the Base CI table is set to True.  The flow in the app will then create a record on the loaner table and set the status field available and update the device name field which is a reference to the base item table to match.  This is all done via flows and while I have the Data pill pointing to the updated record, dot walked to the name, what ends up happening is it creates a new record and sets it to available, but the reference is blank.  Below you can see the create record entry I am have, and in this instance I even did a record look up first because I assumed the trigger wasn't enough.  Any help would be appreciated.  I am sure it is something simple but still learning and can't seem to figure it out.

ChrisWing_0-1730734258846.png

 

 

1 ACCEPTED SOLUTION

ChrisWing
Mega Guru

For any others looking at this challenge, I have introduced myself to Flow Variables which seems to have addressed the concern.  Not the most elegant solution I am sure but gets the job done.

View solution in original post

1 REPLY 1

ChrisWing
Mega Guru

For any others looking at this challenge, I have introduced myself to Flow Variables which seems to have addressed the concern.  Not the most elegant solution I am sure but gets the job done.