Skip to main content
January 9, 2023
Question

Can I query data from 2 different record types in gridField()?

  • January 9, 2023
  • 2 replies
  • 0 views

Closing this topic since I found a similar one on community that answers my question!

    2 replies

    konduruc733182
    January 9, 2023

    Hello linhn,

    May be try to add a custom record field?

    jonesprakashs0001
    January 10, 2023

    Hi Linh,

    • If both records are synced records, try to establish the record relationship between the two. If that's achieved, it will become really easy to query the related data (Reference)
    • If the other two fields can be formed by expression from the source record data itself, then try to create two custom record fields. (Reference)