A developer needs to pass a large dataset between canvas app screens without re-querying the data source. What is the best approach?
-
A
Use the Param() function to pass data via URL parameters
-
B
Store the data in a global variable using Set() and access it on the next screen
-
C
Use Navigate() context variables for the entire dataset
-
D
Store the data in a Dataverse table and re-query it on the next screen