Hi everyone! I'm trying to set up some automations through Smartsheet Bridge, but I'm running up against some possible limitations in the system and wanted to check with the community to see if there might be some workarounds. Does anyone know if it's possible to do one or both of the following: Access Smartsheet…
Microsoft Power Automate has a built-in function which allows you to automatically trigger a workflow whenever ANY sheet is updated in a folder (or across the entire account). Does anyone who what specific API call this function is making?
I have an approval automation set up but it does not send the actual attachments when "alerting someone." Is it possible to create an automation that emails the files that have been added to rows? If not, has anyone found a workaround? I've seen others post the same problem, but I haven't found a solution yet. Thanks!
I have a my service account with email id , using that I have to get access token from Smartsheet to do more calls Is there any API for that ?
I need to add more than 1 app redirect URL within a single app profile, I am unable to do so. Is there any way to achieve this? Please help with this. Thanks in advance.
I have been getting receiving error messages when trying to update the custom field values for any user. Issue: When attempting to update a user’s custom field value, the response is a HTTP 500 Response Code. Steps Taken: Ensured auth header is correct. Reviewed the following the documentation,…
我们使用谷歌PubSub服务来接收dates notifications and they come with JWT encoding in the web hook endpoint. Does anyone have managed to decode JWT payload in Bridge since we cannot run libraries in Bridge and there's no working Javascript to decode it. Thanks!
Hi everyone, We're currently trying to create a system that accepts form entries with attachments and stores those attachments in their own folder as soon as they are submitted. Preferrably, we would like this folder to update in real time and remove any attachments that are replaced when the same user uploads a different…
Good day, SOLVED! users?email= I have read the API documentation and see that you can query users using the identity {userId}. This of course assumes that you know what the {userId} for a particular user is which is rarely the case as this is generated by SmartSheet and not by the corporation using SmartSheet. The…
I'm using make.com to do some automations when certain columns in a row are updated. Works great until someone re-aligns the columns and updates 1500 cells at once, sending my webhook 1500 requests. I can filter them out by detecting the actual data cell history, but it still uses 3000 operations for no reason and ties up…