Deeplink Microflow(login credentials becomes incativate mode to avtivate mode)

0
Hi, I tried an User Email Activation for that I taken one Boolean attribute with default value is false. When user has been registered one URL has sent to user account & when user click on that URL then Boolean attribute become true & login credentials should be activated mode. Can any one suggest how a micro flow can take the above action.
asked
1 answers
0

In the microflow that you set in the deeplink setup retrieve the account of the current user (use the XPath id = [%CurrentUser%]). You can then make this account active and set the boolean that his mail adres has been verified.

Regards,

Ronald

answered