You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this awesome plugin! I use it to get my swarm check-ins from a google sheet. Sometimes the coordinate are negative and it results in the error and consequently in omitting these columns at all.
I ran into this bug also with pulling in Coordinates. My Solution was to wrap coordinates in quotes before POSTing and then remove when pulling them back in. Thats the only solution I could come up with until a fix is made.
Thanks for this awesome plugin! I use it to get my swarm check-ins from a google sheet. Sometimes the coordinate are negative and it results in the error and consequently in omitting these columns at all.
googleSheetSwarmCheckinsRow.longitude:
value: 50.36813591
value: '-6.121681532'
googleSheetSwarmCheckinsRow.latitude:
value: 15.17281175
value: '-0.1278404805'
The text was updated successfully, but these errors were encountered: