Add Rows API - Not showing any data

I have a sheet where i have 2 columns. I have Customer and Item.
- In Customer Column I have a list of customers already
- * Customer * * ITEM *
row 1 Office
row 2 Shop row 3 Logistics row 4 Constructions row 5 Mapping row 6 Cartoon row 7 Office 2
row 8 Shop row 9 Logistics row 10 Constructions row 11 Mapping row 12 Cartoon
However, when ever I am running my code it says Rows added successfully for all customers with the specified items. But for some reason in smartsheet my data doesn't show up?
Answers
-
Hi @Bilawal Nisar,
I noticed that you opened a case with our Support team about this issue, and it looks like you were able to get the issue resolved. Would you be happy to post your solution on this thread to help other members reviewing this post?
Thanks,
Georgie
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Hi @Georgie,
I am facing the same issue. Whenever I run my Python code, it gives me that the rows are inserted, but the data doesn't show up in Smartsheet. Any solution to the above issue?
-
Hi @Balvant,
It looks like @Bilawal Nisar was able to resolve this by looping through the predefined items list and sending POST requests to add child rows, linking them to the correct parent using the parentId.
Hope that helps!
Georgie
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions