Announcements
Hello,
As illustrated on the attached file. I need to make a toggle for every new line at this data table to give a feed back if the product is recevied or not.
How can i make that possible ?
@Anonymous
Not possible with a datatable. Use a gallery with the labels arranged horizontally. You can use your datatable headers by filtering its datasource with ID=0 to help you line up the labels in your gallery.
You can add "Edit form" to the gallery arranged in the same way as your data table with item property Gallery1.Selected.
Change your "Received" field in Gallery / Text property to: If(ThisItem.'Received'=true, "received", "-")
Edit Form has just one field - column Received with toggle which has OnChange property: "SubmitForm(Form2)"
You will have just one toggle, but it will only change values for item that you selected by clicking on the arrow.
Below is a screenshot showing the headers from a datatable, a gallery beneath it with horizontal labels to look like a datatable and a checkbox added to the side of the gallery with OnCheck property Patch(sports, ThisItem, {Received:true}). Pretty simple solution.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Vish WR 1,027
Valantis 644
11manish 626