How to call custom table to flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2024 04:39 AM
I have created custom table and a flow designer for a catalog item
So, in the respective flow designer I need to call the above created custom table.
Kindly help me with it
Regards,
Nagendra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2024 10:55 AM
What do you mean "call" a table?
Tables are not "called".
Functions and methods of object instances are called.
Tables are queried, defined.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2024 12:49 AM
Sure, you can use the Lookup Record action in Flow Designer to call your custom table. Here are the steps:
- Open your flow in Flow Designer.
- Click on the '+' icon to add a new action.
- In the action search box, type 'Lookup Record' and select it.
- In the 'Table' field, select your custom table.
- In the 'Conditions' field, specify the conditions to find the record you want. You can use variables from the catalog item to match fields in the custom table.
- Click 'Done' to save the action.
Now, the Lookup Record action will fetch a record from your custom table based on the conditions you specified. You can use the data from this record in subsequent actions in your flow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2024 01:14 AM
Can you explain your business requirement for this?
What do you mean by call? Do you want to insert, update or delete record from that custom table?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader