How to delete a row by Execute Query #15202
Replies: 5 comments 6 replies
-
Hey @dungtrantt The Super Table is a custom plugin created by a pillar of the Budibase community, @poirazis. He may be able to offer you more specific help. For the time being, I can ask a few questions; For this last point, you can narrow down the issue slightly by making the change (edit/delete); If that change is not reflected in the app until you refresh the page, you can remedy it by adding a Refresh Data Provider. You should also check what you're sending to your API requests by using the values in a Show Notification step (just while debugging, be sure to delete it before you send to procuction). You may find that you're accidentally sending the entire row, rather than a row_id. |
Beta Was this translation helpful? Give feedback.
-
Hello @dungtrantt @mikesealey Thank you for your kind words ! |
Beta Was this translation helpful? Give feedback.
-
hey @dungtrantt , i am having difficulty reproducing it. |
Beta Was this translation helpful? Give feedback.
-
@poirazis We don't have REST APIs which are ready on the internet right now, but I will try to reproduce something similar. |
Beta Was this translation helpful? Give feedback.
-
@poirazis Below is an app which I tried to copy the same case. I setup an Open button at each row, this would execute REST API to each post. The query result should be show in a Show Notification after clicking Open button. But, yes, it still doesn't work as expected. |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I wanted to implement as below steps:
My problems are:
I seems data of CurrentRow couldn't show up in Modal or send to Action of Delete button.
Does anyone have any idea for this case?
Beta Was this translation helpful? Give feedback.
All reactions