Clear the content inside the dataview

0
Hi, I want to clear the contents of the attributes which are present in a data view on a click of ‘Clear’ button. Can someone help me out?
asked
2 answers
5

hi venu,

 

On the click of the clear button, you can call a microflow.

Just apply a change activity on the object and just change all the attributes of the object to default or whatever you want and don’t forget to check refresh in client option.

hope it helps!

answered
2

Hi,

 

You have to call a microflow on the Clear button and you should use the Change object activity and change every attribute as an empty using single quotes ‘’  

 

Thanks.

answered