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"
Hey, by any chance, are you trying to get the value of the custom field before that record has been created? Custom fields only return the value when the records are created in the DB and the primary key is generated.
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.
No, Harshit Bumb (Appyzie) i have fetched the field post creation on the record.
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.
Strange. Could you add some screenshots or code blocks to see what could possibly be the reason?
Yes, That's right, the code for the interface is used in the site page
Share that please ...