Assignment id of next assignment
I would like to send out an email which includes a link to the next assignment/activity. I already understand the link URL to use, except that I need to insert the assignment id of the next assignment into the link URL. Other than getting this by
- earlier in the process storing an assignment id in a workflow variable
- doing some kind of string manipulation to the workflow variable to add the number of future steps to the assignment number
- Using that modified workflow variable in the link URL
is there a simpler way to generate the next assignment id within the link right in the body in the email tool?
An example link URL in the email body is
jw/web/embed/userview/ifcsnsandbox/providerDashboard/_/?_mode=assignment&activityId=5272_2109_ifcsnsandbox_paymentProcess_providerCompletesInvoiceInformation
However, I want to insert the NEXT assignment/activity id after &activityid= because after the email tool with the link in the body is sent, then the link will take him directly to the assignment/activity after the email sending tool,
Thanks, Bill