Hello everyone, can you advise me on this? It's my first time working with Power Apps. I created a map using the Bing API, using an image that references my geolocation. How can I save it in a column of a Dataverse table? I was using the "Patch" function, but it doesn't seem to save. Do I need to give it a PNG or JPG format?
Patch(
Map;
Defaults(Map);
{
Map: Image1_1
}
)
I would greatly appreciate it if you could also recommend a place to learn Power Apps effectively because I've been having some trouble understanding how to perform various actions. Thank you.