Skip to main content
martinc4832
January 22, 2025
Question

Update record title before related action is completed

  • January 22, 2025
  • 7 replies
  • 0 views

My record type title displays some dynamic data that needs to be refreshed before the related action is completed, does anyone know any way to achieve this?

7 replies

mathieud0001
January 23, 2025

If the dynamic data is all contained in the Record in question, can't you just put the Write Records node first and do the rest asynchronously?

If the dynamic data is elsewhere, I assume you'll have to either write or sync the related Records.

More details would be helpful.

martinc4832
January 23, 2025

Hello Mat, this particular related action has multiple user input tasks in it, we need to see the change in the records title as soon as the user changes that particular value in the record (using a custom picker field), even if the form has not been submitted yet.

mathieud0001
January 23, 2025

So in the first user input task, can't you have a a!writeRecords to persist the change when the person tabs out of the field?

Someone had a similar question here: community.appian.com/.../pass-a-variable-to-another-interface-through-a-recordtype-related-action