Hi all,
We’re currently facing some blockers while setting up our Reels workflow. Below is the flow we’re trying to build:
-
At the start, we accept a
searchType. -
Using that
searchType, we query the Master List table in MasterData to fetch the correspondingentityId. -
Once we have the
entityId, we need to fetch the related table data that matches thisentityIdusing api rule.
Issues we’re facing
-
Accessing MasterData globally
-
Is there a way to get all MasterData details as a global reference in the workflow?
-
Currently, our planned approach is to make an API call to MasterData and then filter the results, but we’re not sure if this is the most efficient way.
-
-
Dynamic URL mapping
-
We’re facing issues with dynamic URL mappings, which is leading to empty data responses.
-
Not sure if the issue is with how the URL parameters are being passed or how the workflow is handling dynamic mappings.
-
-
Mapping API responses
-
We also need clarity on the best way to handle the mapping of API responses.
-
Specifically, how to structure the mapping logic so that the workflow correctly transforms and consumes the API data (instead of ending up with missing or empty fields).
-
What we need help with
-
Suggestions on the best approach to structure this workflow.
-
Best practices to handle global MasterData access without repeatedly calling APIs (if possible).
-
How to properly implement dynamic URL mapping in this kind of flow.
-
Recommended patterns for API response mapping in workflows.