Import set table field values not populating in flow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2025 05:13 AM
Hi,
I have created an import set table for inserting records via 3rd Party application.
Now on each insert of a record on this table, I want to trigger a flow to take next set of actions on different tables.
Issue is although trigger conditions are matching and flow also triggering , but, I am unable to use import set table field values for any action like look up record etc. I tried adding a wait for time action for 30 seconds, that didn't help.
Also, tried setting values from import set fields in flow variables, but everytime it's coming as null only.
Alll fields are getting correctly populated via 3rd party.
Please let me know if anyone know how to fix this and how to use import set field values in flow steps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2025 08:29 AM
Hi @vivek72
why are you not triggering the Flow on the target table after the normal import process has finished successfully?
It would be really helpful if you could explain better your requirements and what you want to achieve.
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2025 10:27 AM
Hi @Maik Skoddow ,
I am not using any transform maps for this import set API, so import set row status will remain in pending instead of processed.
3rd Party sending data on staging table, I want to trigger a flow on record creation on import set table and then I have to connect multiple forms(via 3-4 look up records actions) before creating a record on the Metric result table.
I decided to go via flow designer to save some coding in transform map script to be able to check logs step by step !