Skip to main content

Hello team,

 

I am trying to send an attribute (type collection(string)) which I get from azure AD using the Azure AD orch into a field :

below is the value I get and which I can’t push into the text field :

{"extension_bexxxxxxxxxxae_Job@odata.type":"#Collection(String)","extension_bexxxxxxxxxxxxxxxxxxxae_Job":J"HR"]}

 

I would like to get only the HR. Can I custom the placeholder to only HR?

Can you kindly help me with my issue?

 

Hello team,

 

I am trying to send an attribute (type collection(string)) which I get from azure AD using the Azure AD orch into a field :

below is the value I get and which I can’t push into the text field :

{"extension_bexxxxxxxxxxae_Job@odata.type":"#Collection(String)","extension_bexxxxxxxxxxxxxxxxxxxae_Job":J"HR"]}

 

I would like to get only the HR. Can I custom the placeholder to only HR?

Can you kindly help me with my issue?

 

Hello, have you tried using the JSON node?  

Then you can use something like this 

{{extension_bexxxxxxxxxxxxxxxxxxxae_Job | remove: ‘ “’ | remove ‘”]’}

 remove – Liquid template language (shopify.github.io)


Hello Daniel,

I’ll try that Thank you.

Regards,

 

Selhia

 


Forgot the link to the JSON Parser Node : Freshservice