Hi all,
I am currently fighting with the location property of a manually triggered flow. [I am quite new in Flow but not in programming.]
I basically create an image file on the app and UL it to a lib, currently modifying the property.title of the file to the address.
Accessing the location also lead to a failure.
In some other post here I read that a Danish guy had issues with the language so I also switched from German to English and re-created the flow again.
Now I have two sets for the properties.
In the parameters from the Trigger Step I can chose
“Set A” / “Set B” (I call it like this for further reference)
Latitude / location.coordinates.latitude
Longitude / location.coordinates.longitude
Full address / location.fullAddress
So I have each property twice! In no description I have seen that before. It started with changing the language and stays now.
Now about running:
If I create the flow using Set B it runs but the fields are always delivering empty content. It doesn’t matter if I call the flow from the browser, browser on Android or from the Android App directly.
Now, funny: I change the flow to “Set A”. If I run the flow from the Android App it will fail with the following error:
Unable to process template language expressions in action 'Update_file_properties' inputs at line '1' and column '1740': 'The template language expression 'triggerBody()['location']['fullAddress']' cannot be evaluated because property 'location' doesn't exist, available properties are 'user, key-button-timestamp, key-button-date, text, file'.
If I run the flow from the PC browser it goes thru and generates the results, having the address + coordinates.
If I run the flow from the Android browser I get also the result with data.
So my conclusion: the App messes up the location information in some way, on my system. Also strange, the App never asked for permission to access the location. I granted the permission from the menu but was never asked. Like the App never uses it.
I deinstalled the app, installed again, rebooted the phone. No difference.
Running a Huawei Mate 10, Android 8.0.0 with Patch Dec 5th 2018.
Has somebody an advice how to proceed?
Thank you, Marcus