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
Is it that you do not see that column, or is the column visible, but empty?
Hello Stefan Helzle , The column is visible but its empty.
Do you see the expected data inside the records editor in "Data Model" -> "Data Preview"
Yes Stefan Helzle , I'm able to get the expected data in the Data preview, moreover i'm able to fetch the data to the interface, but when checking on the Site, the value is empty.
OK. Then we need to see what you are doing in more detail.
The code behind "i'm able to fetch the data to the interface", and what does that mean.
The code used for the interface in that site page.
Yes, That's right, the code for the interface is used in the site page
Share that please ...
Mapping in the Interface:
record field:
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.