I am facing a strange issue,
I have created a custom record field, which i'm able to fetch the value in the interface, but while checking the Site the value is not getting populated.
I am using a one to one relationship to fetch the value from the record. I have tried fetching other fields from the same record, even those are getting populated in the interface but not on the site.
Thanks in Advance!
Discussion posts and replies are publicly visible
Mapping in the Interface:
record field:
I have posted some screenshots in Stefan's reply, would you mind checking that in his comment?
Hm ... In that grid, you reference a related record. Can you share the configuration of the data parameter?
I still want to know what you mean with "i'm able to fetch the data to the interface".
Hello Stefan Helzle , Thanks for your quick responses, The issue is now resolved, We were passing a related record from the parent Interface, where we needed to pass those data parameter.
Those fields were missing from the parent, So just added those fields to get the correct output.