I have a canvas app linked to a sharepoint list.
I have a field/card called "PR ID" that is blank by default and isn't a text input.
Once a new record is saved, I would like the 'PR ID' field, to take the line ID (created automatically by sharepoint once submitted) and put a "4" in front of it. So if a I saved a record, that had ID# '12345' then the 'PR ID' would save as '412345'.
I have tried using variations of lastRecord, LastSubmit, Patch, etc. and I just can't seem to get the syntax right.
I'm also curious as to where correct syntax should go, possibly OnSuccess in the edit form?
Any help or direction is appreciated.
thank you.