I'm trying to change the job name for a Workflow job based on information that a user puts in to the extended properties table. I know that I can add an arcade expression to take care of it for me, but I just can't figure out what expression to use.
I also tried to put the expression into an update job properties step (jobs.job_name with an arcade expression: "jobExtendedProperty($job, 'serviceorder', 'so_num')") then just made the job name field not visible, however, when I tried to create a new job to test it, I got an error saying 'Unable to update properties. Not all properties were valid.'
I want them to be able to put in the service order number in a field labeled for that and it also be the job name.
I'm new to workflow and not very familiar with Arcade yet, so I'm learning a lot of this as I go, any help and advice adding to this is helpful.