Allow direct access to location field via triggers
If I run the following in a trigger function, I expect to see two different values (coordinates and address):
message(entry().field("Location"));
message(entry().field("Address"));
However, I actually see the address twice.
3
votes
