Is it possible to use Smartsheet's API to auto-populate data from SQL Server?
I'd like to extract data from SQL Server to Smartsheet. I have 5 columns ITEMID, Name, Type, Cost, Location.
If I enter an Itemid
, the code should look in the database table and if Itemid
is present, then the code should auto-populate the rest of the columns.
Can I do this with API? C# or?