10-22-2023 06:42 PM
Hi All,
I have an API which returns data for all traning courses for the staff.
I need to pass the facility Id as a parameter to get the response for each location.
I have the list of the facility Ids that needs to be passed.
How do I automate this so it picks up all the facility IDs from the list or dictionary and get results for all the sites.
10-24-2023 02:02 AM
Probably you should split that list using JSON Splitter Snap, and then pass each Id to the REST call.
10-25-2023 08:08 PM
Thanks for the reply but I am new to the platform. Can you please provide more details.