The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Good Evening allI have a script I am trying to bring alive. I am calling an HTTPS endpoint that returns an array of features. Each feature has a unique ID. After the initial fetch, I would like subsequent fetches to only insert new feature IDs if the...
Hello all
I have a single formula field called Threat Score
I have multiple single select fields with answers of Yes,No, Na.
I am trying to have a final threat score after all the single select fields are answered.
For example
Switch({Is there leaves...
Hello All
I have an integration with Integromat (that pulls NOAA Weather Zone Alerts).
When Integromat fires off a response… in the alert body an array is presented with zone or multiple zones:
"UGC": [
"CAZ070",
"CAZ071",
]
Now. Here is the issu...
What I was looking for! How would you do a search on the data from the fetch before you send the data to the table, For example I already have the initial incident in the table. I only want to send new incidents to the table (every fetch grabs everyt...