I need help copying Customer_ID sheet reference from Sheet A to multiple sheets, Sheets B-Z.
Im thinking of using Site IDs stored in text file as my target. I've done similar task (Copying rows using sheet ID to multiple sheets in a text file), but couldnt figure this one out.
For context, Im just using Smartsheets AI in the API documentation to help build my script.
I would like to use Native smartsheet functionalities and not a third party tool that requires payment and installation as we are already a paying customer.
I'm using some basic prompt like ' I need help copying sheet reference name from one sheet to multiple sheets using python. Here is the source sheet ID = xxxxxx , and the list of the target sheets are saved in 'target_sheet.txt'
We are trying to copy 2 sheet reference to 3,000 + sheets. And this might be happen multiple times in the future as we discover more items to add to the 3k sheets.