I have got a table in local storage. I want to delete just one column in my table with a button. But when I use Delete action , it is deleting every column on the table. How can I delete just one column?
Hi Yigit,
Can you give us more details of what you need and are trying to do, please.
Maybe what you really need is an update and not a delete.
If needed, you can attach images.
Regards.
Hello @Yigit Atci
to demonstrate could you please provide Oml ?
Best regards
Please check bellow discussion
https://www.outsystems.com/forums/discussion/64285/remove-column-database/
Hope it will helpful.
Regards,
Anuli
If you want to delete record of particular column of particular row the you need to write some sql like update table set column="" or null where id =xyz
or if you need to delete a attribute from entity then right click on attribute and delete it
Regards
Shashi Kant Shukla