Was hoping someone could help, i’m struggling to display a datatable in the uiForm (see below). The process is very simple, you enter a start and end date, and entity number and the robot is supposed to do a database lookup and display the resulting query in the data table box below. However, its not populating the datatable at all. It is displaying the amount of rows at the bottom of the datatable window, but now rows.
Any ideas? Cant find much on the internet about it.
Did you add the necessary columns into the datatable form component? Please note column names are case sensitive. For example, if your query result has 5 columns, then add 5 text fields inside the form datatable component, matching the column names exactly.
Treat the datatable form component as a structured data container, into which you can add other form components such as a text field to define a column.