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.
Wanted to share this script in case it’s helpful for anyone else with a similar need. I initially came up with the idea so I could randomly review a list of records and assign single-select field values using buttons for each one. This is one of the ...
Hey there!
My hunch is your script is timing out because you’re current query is actually pulling all records from the table.
I’d recommend using selectRecordAsync instead (note the singular “Record” vs. “Records” in selectRecordsAsync) which lets yo...
Hi Lisa :wave:
First, glad to hear the script is helpful!
Second, there definitely is a way to use linked records instead. It just requires some slightly different code. This example base in our Universe has one way of doing it built in using a Scr...
Hi Paul :wave: The variables you can use in a formula to build a URL for this will depend on what’s supported by the weather service/website you’re using. Does the website you’re using allow for searching by coordinates? Or, when you open a given l...
Ah okay got it, thanks for clarifying that.
At the moment, the marketplace script I wrote wasn’t built to do this, so it would take some custom code to get that working, but if you have someone on your team with some coding knowledge they could certa...