-
Re: Is it possible to cancel a sent API call?
@ericncarr @Alex Argumedo Thank you both for your responses. I don't believe the third party is doing any querying between attempts to verify that the first attempt was/wasn't correctly processed. I'…1 · -
Re: April Question of the Month - Join the conversation and receive a badge
I think a handful of AI/ML formula functions would be helpful. As an example, a new formula function that would accept a text input (likely a cell reference), as well as an array of "categories&…1 · -
Re: API Query for new Row
@Kuna Sheelan If it's at all helpful, I would like to point out that ChatGPT has gotten ridiculously close to providing working code that interacts with the Smartsheet API. We have several projects t…1 · -
Re: COUNTIFS for specific year
Does this work? =COUNTIFS({Status}, "In Progress", {Project Category}, "CRM", {Project End date}, >=DATE(2023, 1, 1))1 ·