Sorry that I’m asking this much in the last few weeks, but I keep having problems creating my apps…
This time I want to delete a selected row/selectet data from a table on my app. In the test surrounding it works perfectly, but if I play the app in my Tulip player, this failure comes up. Wht did I do wrong?
Thank you for your fast answer. Right now I didn’t know how to do this I need to show/display the selected row with all its data next to the table. And then, if needed, I want to delete this selected and displayed row.
I don’t know if this works and if yes, I don’t know how to make it.
I don’t know whats the probleme here, I did it like you said, the delete button clears the record placeholder and than it should delete the record… The first step works, the placeholder becomes empty, also the row in the table after that, but it doesn’t work to delete the row. That same error as shown as in the screenshot comes up…
I’v tried it with variables instead of an table placeholder, so that the selected data from the table is displayed in variables, not in a table placeholder… Quiet the same here, the button clears the variable, but the error comes up too, that is is not possible to delete the row in the table