Backendless 'Data Table' component, how to pass values

Hi,
I’m having problems finding infomation on Backendless ‘Data Table’ -


I’m interested in finding out how to pass data for new or updated items to the table database.
I can see the ‘update object’ and "create object’ blocks but I can’t see how new data or updated data values are passed.
If I have a column called ‘details’ and the users adds a row with the ‘details’ column populated how is that passed to the ‘update’ or ‘create’ blocks?
Regards,
Paul

Hi @Paul_HIllen,

You can find the main capabilities of this component described here:

In general, the flow works like this: in the component configuration, you specify which table the data comes from and enable permissions such as create, update, and delete. Once enabled, these operations work out of the box.

If you have any questions, feel free to reach out.

Regards,
Sergey

Thanks Sergey, The spec sheets helped confirm my understanding. I discovered things where not working to plan because I had a drop down column which did not work unless the user typed exactly as per drop down.