How to declare a link without using link button?

0
Hi, I have an Organization where I can invite a User by entering name and email. By clicking ‘Send invitation’,  a link should be created in the microflow and should be sent through email to the user.   I have tried with deeplink module to generate a link with ‘link button’ . But can anyone help me how to generate a link in the microflow without ‘link button’? Thanks in advance!
asked
1 answers
0

Have a look at the forgot password module https://marketplace.mendix.com/link/component/1296/Mendix/Forgot-Password-module this contains the sign-up function as you describe (next to the forgot password feature)

So you can either implement this module or look at the implementation to see how this can be done.

answered