How to create a microflow that have boolean function for read or not read document.

0
Is it posibble to make a microflow or a constraint to which If the user logs in to the app it will automatically be false as the user did not click the button to indicate the user has read the document. for an instance in the datagrid it will show "yes" who did read the document and it will show "no" who did not read the document
asked
1 answers
1

Hi Muhammed,

 

If I understand you right you want to decide whether a user read an object or not, to reach this goal you need to make an extra object which associates with both the object to read and the user itself you then can set a boolean attribute on this object and with standard false, after the user read the object you can make a button that switch the boolean to true.

 

Hope this helps

Good luck!

answered