Skip to main content
April 9, 2024
Question

Custom record is visible in interface but not getting populated when checking in SITE

  • April 9, 2024
  • 14 replies
  • 0 views

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! 

    14 replies

    stefanhelzle0001
    Brainy
    April 9, 2024

    Is it that you do not see that column, or is the column visible, but empty?

    April 9, 2024

    Hello [mention:a11f77a729fb4db2af76b09948583328:e9ed411860ed4f2ba0265705b8793d05] , The column is visible but its empty.

    stefanhelzle0001
    Brainy
    April 9, 2024

    Do you see the expected data inside the records editor in "Data Model" -> "Data Preview"

    harshitb6843
    April 9, 2024

    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. 

    April 9, 2024

    No, [mention:b8ea18cfbb2e4f6d841cf3c1d4d7420b:e9ed411860ed4f2ba0265705b8793d05] i have fetched the field post creation on the record.

    harshitb6843
    April 9, 2024

    Strange. Could you add some screenshots or code blocks to see what could possibly be the reason?