Refresh records on the basis of dropdown
Hi Team,
I have two Cards with different sources, one one card, i have a dropdown where user can select a value(not a dimension of that module, it is a picklist) and for other card, grid displays the data according to the value selected.
Source module for both modules is different.
Every time user selects an item from dropdown, he/she needs to refresh the page as source is different for both modules and instead of using dimension we are using picklist to optimize the storage.
Does anyone knows a way around where i don't have to introduce a dimension and at the same time data will be synced instantly without need to refresh page
Answers
-
Instead of refresh page provide a Data write action so that user can run the action after every selection, no dimension addon and sync happens after the action is run.
0