Skip to main content

Hi,

 

I have created a workflow for when Assets are created to send an email.

 

Everything is well except for the particular placeholder {{asset.product}}.

It shows in the email as numbers as opposed to the model e.g. HP Elitebook xxxx

 

Can anyone assist to fix plz.

 

Thanks,
Thomas

had a quick look in the Workflow Automator, and I can see this placeholder: {{assett'product_name']}} which could be what you’re after


Hi,

 

I have created a workflow for when Assets are created to send an email.

 

Everything is well except for the particular placeholder {{asset.product}}.

It shows in the email as numbers as opposed to the model e.g. HP Elitebook xxxx

 

Can anyone assist to fix plz.

 

Thanks,
Thomas

Use the read node to get the data for the asset. 


Thanks Nick that did the trick!


had a quick look in the Workflow Automator, and I can see this placeholder: {{assett'product_name']}} which could be what you’re after

I guess that is liquid filter way of getting specific data from an array ?  


@Tom Tom using the read node need then after that use JSON parser node as the reader node will give an JSON of all values associated with that asset outside the basic fields. 


Thanks Nick that did the trick!

Can you share your  solution ? 


Reply