@LRvdLinden Thanks for the new card. Just made a start with my flow:
Hi, I can’t seem to find the place where to put the API key. In the configuration settings there is no input field.
See action cards
@LRvdLinden Hi, thanks for an amazing app!
I have one question I can’t get working (mainy due to my lack of skills )
So, I have this flow that accepts longitude and latitude and the image is succesfully created, but this flow is call from an other flow. Any idee how to get the image into the other flow?
With text, number and yes/no, I just create a variable to hold the value. But I can create variables that hold images.
Hope to hear from you,
Frank
You got the answer on Slack.
I had the following answer from @Peter_Kawa :
The card outputs an image, which can't be saved in regular user creatable variables. But, this image variable (color purple), is available in the flow variable 'picker' as you can see in 3rd screenshot.
You can create an advanced virtual device, and create a "camera" field. This way, you can 'feed' it with the output of the map card. The camera image of the avd can be used in any other flow.
Of course you can request to add an image capability to the app @ app developer, so the image is available everywhere right away, and this "trick" I've shown is not needed. (edited)
See: [APP][Pro] Advanced Virtual Device (Device Capabilities App) with Unique Text Status Indicator
Helped me a lot!!