How to Refresh Advanced Datagrid

I am using Advanced DataGrid in a form. Inside the report of the Advanced DataGrid, there is a RunFlowInLineField column. After the RunFlowInLineField completes, I need to refresh the displayed data in the Advanced DataGrid.

Is there any way to achieve this?

Comments

  • amershaik_Decisions
    edited July 2

    There isn't an automated way to refresh the Advanced DataGrid (ADG).

    However, as a workaround, you'll need to include an event button on the form and run an active form flow that uses the SetControlValue step to re-populate the ADG with the updated data.

Sign In or Register to comment.