Im trying to update an attribute in a insight object with a value from an customfeild
I've tried several types to write placeholders. I can't figure it out.
I tried with reporter and status and it worked so the workflow and objecttype is mapped correctly.
If the source custom field and the attribute are User picker and User types, you should only need to write ${customfield_12233}
If you would need the userkey or the display name of the user you could add .id or .label in the expression like this:
For user pickers you will get:
${customfield_11708.label} gives you the display name of the user
${customfield_11708.id} gives you the user key of the user
/Björn
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.