Pull recent row and display on second form

Hello,

Would this work for you?

clone:
https://anvil.works/build#clone:HXE237ENSF3Z6GIA=T7K5LV6WNHAU6TTRL5E7ASUS

The app works in the following way:

  • add data to a text box (e.g., a product name) on form 1
  • update the corresponding DataTable
  • fetch the record that was submitted most recently and display it on form 2

If you want to display more records and/or add rows, all on the same form, I would recommend going through the Repeating Panel and DataGrid tutorials if you have not already.

I hope this helps.

4 Likes