Load Import Set data without Transfom Map
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Does load data work with setworkflow (false)
I have a flow running on creation of records on staging table where im loading it. There is no transform map attached. The mapping is through the flow. This flow is not triggering. What could be the potential issue?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
@AnkitaK37270321 If you are using setworkflow (false) in your script, the flow will not trigger.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I am not writing any script, I'm just loading the data through an excel file.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
@AnkitaK37270321 Your question mentioned "Does load data work with setworkflow (false)". Hence I inferred that you are using setWorkflow(false);
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
That's okay. I meant why wont the flow run? does load data have set workflow(false) in it while running? or what else could be the issue.