How can i get the activityId in a process
Confluence User - 02 Sep, 2020
Hi,
I have an issue in a process
In my process
- An Anonymous user submit a form via an embedded link
- in the form, the user enters email and upload a document
- the form is reviewed by an admin which he approves or requests for additional document
- if request additional a mail need to be sent with the embedded link for an activity(role: Anonymous), my issue is that the link uses the activity id, eg: openAccView/_/E74264EF069143B2820815D199A7057A?activityId=1316_381_car_loan_additional_documents&_mode=assignment
- I need to know how to replace the activityid so I can send it by email containing a concatenated link with a variable to be like openAccView/_/E74264EF069143B2820815D199A7057A?#variable.activityid#&_mode=assignment
forms;procces;user;userviews