-
Re: Removing Duplicates
@Shahara Anderson Dear Shahara, Below is a link with a video to show how to highlight a duplicated values via API. In regards to connecting your database with Smartsheet it's possible, please send me…1 · -
Re: Pulling data into a smartsheet
Hi @ss_happychappy Apart from the DataShuttle you could use the Smartsheet API that would check for current records in the Smartsheet and compare with your Data Warehouse and write back to Smartsheet…1 · -
Re: Python get_columns response.
Hi @MikeG_O Genevieve is correct. You need to access the data. The options are to loop over listColumns, like the below: for x in listColumns.data: print (x.title) or print ([x.title for x in listCol…1 ·