How to pull out the ID from a typeahead field | Community
Skip to main content
esalraz
New Participant
April 10, 2024
Solved

How to pull out the ID from a typeahead field

  • April 10, 2024
  • 1 reply
  • 867 views
I want to pull out the ID info from a custom typeahead field (it points out to my Accounts in a Custom form) to use it in a next Workfront module, but result is in below format and it looks like it is not an array.
 
{"objCode":"PORT","name":"Multi-CU","ID":"64344cd30027a73afde2866203e27632"}
 
Does somebody know which Fusion function, tool or module I can use to extract this ID since this is entered by Requestor and changes on every project?
Best answer by lgaertner

Hello esalraz,

 

you can use a Parse JSON module with the following data structure to extract each key including the ID:

 

 

Afterwards you can process with the ID in your scenario.

 

Regards

Lars

1 reply

lgaertner
lgaertnerAccepted solution
New Participant
April 10, 2024

Hello esalraz,

 

you can use a Parse JSON module with the following data structure to extract each key including the ID:

 

 

Afterwards you can process with the ID in your scenario.

 

Regards

Lars

esalraz
esalrazAuthor
New Participant
April 11, 2024

Thank you so much for your help @lgaertner and for the screenshot it really helps me.

 

Too appreciated!!! 🙂 

 

Regards

Samuel