How I can auto edit and save value type Long Text

Hello guys,

I have a column type Long Text (Formatting HTML), it will show my value in table HTML.

But If i want to show value in table HTML, I need edit row, then save again.

How we can have a solution to auto edit row and save it?

Thanks guys a lot

Sorry, I don’t understand your problem. Could you please provide images of what you currently have and then describe what you want to be able to do?

1 Like

Column Chi Tiet - Type: LongText - Formatting: HTML (Table: BANLE)

App Formula of Chi Tiet

Before Edit and Save BANLE_detail:

Edit

After edit, Save and refresh

I want it can auto edit and save.

Database google sheet after edit and save

If I understand correctly, you want user to be able to interact with the displayed HTML table. In order to do that you would need to implement HTML or Javascript based functions. That is not supported.

AppSheet is allowing HTML formatting (Rich Text formatting) to be applied to the resultant value to change its appearance only.

What you might be able to do, depending on your implementation, is include buttons or Quick Edit fields outside of your displayed table. Then have your table dynamically update based on the user interacting with those AppSheet controls.

1 Like