I'm creating a connection from Smartsheets into Excel table. The run is successful, but the data from Smartsheets does not populate at all in the Excel table. What am I missing? Please advise.
I'm creating a connection from Smartsheets into Excel table. The run is successful, but the data from Smartsheets does not populate at all in the Excel table. What am I missing? Please advise.
Hi @vanemuno,
@ChristianAbata is correct, you should use the Add a row into a table action to populate these data from Smart sheet.
The Create table action just creates a table, not do the data operation, when you add the new row into the table, you need to extract the data get from the Smart Sheet by using the expression:
body('Get_a_sheet')['rows']
Then, you could refer to this post to learn how to process the data:
Then like @ChristianAbata shows, append these data into the Add a row into a table action.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
yes @vanemuno pleasee see this example you need to add datas as json, every column as my example shows.
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1