-
Forms
I need data to land in particular areas when entering into a Form... In my sheet I have Hierarchy's...Months, Jan through December. Under those sections I need the orders that are entered into a form to automatically be put under each area according to the date...thoughts??
-
Custom webform
How can i create a custom form in a php cloud app written for one of our clients. The meaning here is to create a custom webform for a support call (like a webform in smartsheet). We don't like to use the iframe embedded code here but want to make our own support form. But the result are the same. Items filled in in the…
-
Column ID (for C#)
Can anyone help me find out what the Column ID is for use with C# please?
-
GDPR - Data Storage in Europe
I have recently started using SmartSheet and have today given a presentation on wha SmartSheet an offer us as a business. My bubble was well and truly burst when my colleagues started asking about data security based on the impending May change from the Data Protection Act to the General Data Protection Regulation. Are…
-
Hyperion Link
Hello - Is there a way to link Hyperion directly into SmartSheet? New user and trying to determine the capabilities. Thanks!
-
DataMesh config scheduled, but not executing
We are using smartsheet to share information between functional groups and DataMesh is the primary tool used to copy/paste the information between sheets. Recently (within the last two weeks), I have come across several datamesh configs that are not running during scheduled times. If it is set to hourly, the datamesh card…
-
SheetNames appear differently in SSIS compared to SmartSheet
Hello, I am trying pull the information from Smartsheet Dynamically using SSIS. I see that the Sheet Names in SmarSheet is different to what I see from SSIS ODBC Source. For Example : Names in SmartSheet Displayed Name in SSIS * 801 Centre Road 801 Centre Road__8524479023343492s_(Home) * Canterbury Road Canterbury…
-
SmartSheet Names and Same Sheetnames in SSIS Differ
Hello, The sheet names differ in Smart Sheet and SSIS, the same sheet is shown with different names in SSIS when reading it via smart Sheet ODBC. Sheets in SmarSheet.Com Sheet in SSIS 801 Centre Road801 Centre Road__8524479023343492s_(Home) Canterbury Road Canterbury Road__4221359879415684s_(Home) Burke Road Construction…
-
Auto Cell Linking With Templates
I need a way to auto link a row from new sheets with a master sheet because I am constantly using a template to create new project sheets containing the same info categories on each one but it takes up to much space to have all the projects on one sheet so i opted for individual project sheets. I need to be able to add key…
-
Working with SS API SSL Error
I am trying to access my smart sheet from a php program via the API. Every time I run the program I get the following error, any idea why and how to fix it? (Bearer is my token) Error:Unknown SSL protocol error in connection to api.smartsheet.com:443 <?php $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,…