I am building a form which consists of text fields, drop downs and combo boxes. I am having difficulty displaying the drop down values which is connected to an excel file on one drive for business. I have completed the following steps; converted my datasheet to a table, connect to the data from the canvas and set items = Stage_Table.Stage on the drop down.
The table is called 'Stage_Table and has one column called Stage with values 1,2,3,4,5,6,7,8,9,10. When I enter the formula for items like this [1,2,3,4,5,6,7,8,9,10] it works but I need to get it to work with excel as my other drop downs will contain a lot more data.
When I write the formula I notice a message saying "we didn't find any data", even though the table does contain data. Any help would be greatly appreciated. Thank you