Export data is not waiting for the action chain to complete - oj-sample-export-data
Summary
Export data is not waiting for the action chain to complete - oj-sample-export-dataContent
Hi All,
I have used oj-sample-export-data for exporting the data from ADP, which is working fine in normal usecase.
I have one ADP variable which has been given as the data property for oj-sample-export-data and also added action chain for the oj-sample-export-data (click event) in which I am doing some calculations and setting the same ADP data array to be exported.
oj-sample-export-data is not waiting till the execution of action chain is completed, instead it is exporting immediately with the previous data in the ADP.
0