I’m trying to update a base every 24 hours hitting a public API using remoteFetchAsync().
When I run the automation code below, I get this error:
ERROR
ReferenceError: remoteFetchAsync is not defined
at on line 24
at main on line 9
The automation:...
Howdy folks. I have a table I’ve pasted some data into. One of the fields is certainly text, but if I reference it with T(), it says it is not. If I select the cell, there are no other characters hidden or otherwise. If I delete the contents with...
If I concat it, that field becomes text, but yet “If” can’t find it.
Also, sorting alphabetically puts the original pasted values in front of a typed-in value. So a “W” that was pasted in comes before “A” that’s typed in.
Are there different types o...