What3Words in appsheet?

I want to have a What3Words column in my table that autopopulates the three words for the given location from the mobile where you are located when inputting in the form, or else does it by clicking a button or something.

I can see online that there is a plugin for Sheets. Has anyone had experience of implementing this in Appsheet, does it work? Can it be scripted to work?

any help much appreciated

James

0 2 94
2 REPLIES 2

I have not used them but they do have a Developer page on their website.  It looks like they do support a REST API so you could implement calls from an AppSheet Bot.  I typically use a script to perform the API call, process the returned objects and return to Appsheet only those items the app is interested in.

I hope this helps!

Oh right, thanks for the info. Would it be possible to share an example script? I am a bit inexperienced with scripting.

Good to hear that it can be done!