Data Source Microflow is being called twice

3
Hello, I have a Data Source Microflow for a list View and the list view is nested inside a data view. Everytime I run the app, the Data Source microflow is called twice.  Can anyone help me, under what conditions would this be happening as the microflow gets called twice at the exact same instance of time. Note: I checked for usage of the microflow and it is referred only once Thank You
asked
1 answers
1

The datasource will run when the parameter object of the data view is changed and/or refreshed. Make sure there is no logic that makes any changes in the data source itself, or on the page.

answered