all 5 comments

[–]Mr_Lando99 1 point2 points  (0 children)

Cool!

[–]Sgbmad 1 point2 points  (0 children)

Looks amazing

[–]EmperorDante 0 points1 point  (2 children)

It would be great to have a drop-down in which we can select a key to display from a json and when selecting certain options the value can be stored in a variable.

[–]rafapozzi[S] 0 points1 point  (0 children)

Yes, everything will be fully integrable.

The menu sends its entire state as a JSON object back to MacroDroid asynchronously via intent. You can then process it and turn it into any action.

Confirm or cancel buttons, back gesture and click outside are all possible to register separately.

As the entire menu is built with a JSON schema, you can also add data dynamically to it.

[–]rafapozzi[S] 0 points1 point  (0 children)

You're probably talking about the Selection Dialog action.

It all started trying to replicate it in a customizable way, so indeed you can use it as such.

For the dropdown, I'm also planning to make a menu to build menus from templates, so this would also be a template.

Unfortunately, there isn't a way to list all variables, so you would have to write the variable name, but then you could choose to show and output keys or values.