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.
I created an automation script and it always works… but sometimes without any reason it throw a non helpful error that I can’t track.
“Run a script” shows “Step failed.”
and execution log shows:
“There was an unexpected error while executing your scr...
kuovonne:
The first step in debugging these issues is to identify the specific record that is causing problems and see how it is different from all of the other records that do not cause the error.
Yes, that’s what I did but I couldn’t figure ...
Here’s a way to generate random number using formula field in airtable
first choose a MIN and MAX range for your random numbers then use the following formula:
(VALUE(DATETIME_FORMAT(CREATED_TIME(), ‘0.smh’))*(MAX-MIN))+MIN
this generates the follow...