Hello,
I'm trying to copy a field value (that is in the Organization object) to a custom field in "Issues" Object. How could I create a flow to make this work, please?
Hi @Mirella Albuquerque Nunes and welcome to the community!
To clarify, are you trying to copy what's populated in the organizations field to a custom field with an automation rule?
Here's the info you can get out of the Organizations field:
{{issue.Organizations.first.name}}
{{issue.Organizations.id}}
You would then just add an Edit Issue action to your automation, select your custom field and copy/paste the smart values above.
Hi Mark!
Yes, that's exactly what I was trying to do, thank you!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.