@v-bofeng-msft
ok it works, and it's great.
I used this function to show values in label:
First(TheLocation).PostalCode / Address
Now the last part. How to save those two values into sharepoint list.
Let's say I have a sharepoint list address and postal code.
Postal code should be a single text, and address a multine?
And that should be a patch function?
I already have a patch function in this section:
Patch(Obrazy_obecnosc, Defaults(Obrazy_obecnosc), {Title: TextInput2.Text, 'Informacje o obrazie': First(CameraImage).Url})
Fields Address and postal code are added to sharepoint List Obrazy_obecnosc.
One last question - how can I reset this TheVar value to blank?