Hello all,
I'm trying to set up a button to start another workflow but I want to pass the current instance ID so I can relate the two instances.
I'm using the info from Webcon but I don't know how to pass the ID:
<div style="margin-top:30px;">
<div style="margin-bottom:30px;"><button style="background-color: #DAA520; padding: 10px 25px;font-weight: bold;font-family: Helvetica;font-size:18px;
" class="fr-rounded fr-large" onclick="StartElementInNewWindow(54,54, 'AttText47=' + encodeURIComponent('WFD_ID'))">
Legal Request Process</button></div>
</div>
Using this, I'm basically writing WFD_ID in the destination field.
Does anyone know how to get this working=
Thank you