I am using fetch xml/ liquid to retrieve the entity details. This works fine and I can display the retrieved fields from the main entity. However I also have a linked entity and want to display the field from that as well. I tried different combination but nothing worked.
{{ result.<alias>.<fieldname> | escape }} - not working
{{ result.<fieldname> | escape }} - not working
{{ result.<related entity schema name>.<fieldname> | escape }} - not working
{{ <alias>.<fieldname> | escape }} - not working
Any thoughts?
*This post is locked for comments
I have the same question (0)