- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2024 07:32 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2024 06:38 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2024 06:38 AM
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.