Hello,
So I have a nintex 365 responsive form that works with a NAC workflow. I need to be able to update the title (LEAF Tracking No) if it happens to change after the form has been submitted but see the issue is that the ID needs to be apart of it and the ID doesn’t happen until the form is submitted and the workflow fires off.
Every time someone selects something different in the “Lessee” field, it updates the LEAF Tracking No field. You can see in the examples below…
I tried concating the part that contains “LA-25-0028” with the ID in a separate sharepoint column to see if I can get the full title “LA-25-0028-ID#” but it doesn’t always display fully in the field.
I think I have the formula right for the column in SP? Is that one way to update the field I am trying to update (if any changes occur after form submission)?
SP column formula: =CONCATENATE([Title Value],"-",ID)
