Hi Guys, I have parent microflows which creates object Product Support, and it's passed to another data view which has nothing but a change object as you see below picture data view object 1 is passed to data view object 2. After reviewing the manual logs, we found that Product Support data is returned correctly in data view 1, but data view 2 only contains an empty parameter. This issue occurs rarely, but it is affecting users. Any ideas or suggestions would be appreciated
asked
Jaya Prakash
1 answers
1
I think this is a timing issue, in some cases the object in the surrounding dataview might not be created before the microflow for the inner dataview is running.
Why nog create the outer and innner object within the same datasource microflow, then you should not have any issues with timing on the page.