Skip to main content
July 5, 2023
Question

Can´t pass the value of a relationship field in a process model

  • July 5, 2023
  • 9 replies
  • 0 views

Hi, I would want to ask how can I use the related fields (record relationship fields) in a process model. Now I´m passing a null value

The relation appears in the "Write Record Inputs"

And these are the outputs:

Then, I have a XOR to put conditions to the related fields, but I think I´m not passing the values well because the logic is not working. 

    9 replies

    mathieud0001
    Brainy
    July 5, 2023

    Yes, this is somewhat of a limitation.

    I would recommend reloading the full object graph via a query on the output of your Write Records node.

    July 5, 2023

    thanks for the information! Could you explain me how to that in a more detailed way, or refer me to some tutorial?

    I suppose I have to write the refresh/reload query here:

    And which record should be the target? My initial record?

    Thank you so much

    mathieud0001
    Brainy
    July 5, 2023

    Yes, that is the correct area. Initial record query that includes the related record fields.