Push Assigned to Name instead of Assigned to ID (WF to Salesforce) | Community
Skip to main content
Level 3
July 21, 2022
Question

Push Assigned to Name instead of Assigned to ID (WF to Salesforce)

  • July 21, 2022
  • 1 reply
  • 792 views

I'm working on a scenario pushing an issue from Workfront to create a case in Salesforce. I'd like to push the Assigned To field (from the issue) but am only seeing Assigned to ID. The scenario won't run because I think that Salesforce doesn't recognize this ID so I'm thinking I need to push a Name instead. However, that field isn't a choice for me. Is there a way around this? I'm thinking maybe using Text Mode thinking in Fusion and change the ID to Name but couldn't find a way to do this either. Any help would be appreciated! Thanks.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

jrieth
Level 3
July 22, 2022

Pass the Assigned To ID to a read module, set to User record type, which will get you Name or whatever it turns out that you need for Salesforce. ~Jeff

ewanh
Adobe Employee
Adobe Employee
August 2, 2022

Like Jeff says...you'll need to use the user ID to pull additional information from the user object.  So search users in WF using the ID from the Issue to get additional fields from the user including unique email address and use that to connect with Salesforce.  If you want to use the ID to connect you would need to have added the WF User ID as a custom field in your salesforce already (perhaps through a separate scenario).  Hope that helps. - Ewan