How do I perform the operations that follow the call to the post request

I have a form inside a Dialog, after submit data, the API service return the data, then I want to know how to close the dialog after the data is submitted, and how to refetch datain the table data(the data display all datas) after the data changed. thanks!

Hello @hhlza_dey. You can access the return value of an interaction with the $steps variable. Read more about it here Interactions and state reference | Learn Plasmic.

For refetching data again, there is an interaction called Refresh data.