Save Data grid 2 columns

0
Hi everyone,   I was trying to develop an app where user can see his data in data grid 2 and will be able to save the columns he selected and upon logging in next time see the same configuration on the grid, can anyone please suggest me how can I achieve this?   I have created a saved attribute to save the configuration of the grid but I am not sure how to proceed forward?
asked
1 answers
4

Hi Garima,

create a entity with attribute(Size unlimited )  associate that with account.

Place your grid inside data view, in that set source as microflow.

in that microflow retrieve first object associated with current account check if it is not empty if it is empty create on object.

In data grid personalization tab set the configuration attribute.

 

in onchange set save changes 

 

answered