Hi everyone,
I’m in the process of switching from repeating groups to table elements for displaying data from my backend.
Previously, I had a workflow set up where I used the Satellite plugin to trigger a PUT request from a reusable element to update my database. After that, I would trigger a step to refresh the repeating group, displaying the updated values from the API request.
Now that I’m transitioning to table elements, I’m trying to achieve the same process but running into an issue. When I attempt to update the data in the table element through a workflow, the only options available are:
• “Display data in a group/popup”
• “Display list in a repeating group”
Neither of these options seem to work with the table element.
Is there a workaround or a specific method to update/refresh data in table elements after an API workflow has been triggered? Any tips or guidance would be greatly appreciated!
Thanks!