Hi
I have a problem using "change_multiple_column_values" API method for Location column.
I set "lat", "lng", "address" fields but there is one problem.
Usually I CAN'T use value from that cell (modified by API) using "the-most-5-recent-items-dropodwn" in other cell. It works only when lat/lng coordinate points on location with coresponding address string.
I am attaching Loom video with that issue - https://www.loom.com/share/ddbfc429049d42869b2d66b458e19f11?sid=05a52a3d-f57a-4b18-9246-12a2fc7ce65c
and API query:
mutation {
change_multiple_column_values(
item_id: 2119342141,
board_id: 1999695111,
column_values: "{\"location_mkv814s\": {\"lat\":\"29.9772962\",\"lng\":\"31.1324955\",\"address\":\"Test\"}}"
) {
id,
column_values {
id,
value
}
}
}