Relevance of Sequence of dynamic actions
I have a page item that has three dynamic actions
- To fetch data into collections
- To update (refresh) the data in an interactive grid
- To alert the user
Question is : do these dynamic actions run simultaneously or one after another? My understanding and experience is that they are simultaneous. Please confirm.
0