Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

How to refresh a RecordType after the end of a process

Certified Senior Developer

Hi,

I have a grid in an interface (a list of records from a RecordType), and each row linked to a "Modify" related action.

When I click on "modify", a process is launched, and a start form is displayed, then the user can update a field value and submit the form.

When the process ends, the list of records appears back, but the old value is still displayed in the grid.

How would you do to update this grid ?

- I've set the [refreshAfter: "RECORD_ACTION"] attribute, but the grid is not updated.

- We do not use a RecordSync, so we can not use the new Smart Service "Sync Records".

- When I refresh manually the grid, the data are ok.

  Discussion posts and replies are publicly visible