Hi there, I’m a bit of a frankencoder - I learn as I copy and tweak - so I’m just following the directions here.
I’m attempting to show just the Name of a linked record, but it’s coming out to look like this: e “recfJJrXBhwg8oyl9” ]
And any Lookup field turns out like so: u“data here”]
So I assume I need to first retrieve the ID of the linked record so it shows the field I want related to that record, but not sure how to go about coding it out.
My sloppy guesswork is this in the HTML:
Partner:{{ item>'id']e'Partner']''fields']t'Name'] }}
Here’s the full JSFiddle