ricca.bruno
New member
Dear guys, i've recently moved from an iPhone to an android phone and found macrodroid to be a good alternative to iOS Shortcut app. For simple tasks and automation works like a charm, in some cases even with more advanced controls. However for what i consider a more complex task i fail to achieve what i want...I'm sure i just need to learn a different way to accomplish the same results.
So basically i would like to get, parse and send back JSON payloads to an API, I've managed to do that "easily" on iOS Shortcuts but I'm struggling with Macrodroid.
Let's come straight to the point, is the JSON parse explanation right on the wiki? https://macrodroidforum.com/wiki/index.php/Action:_JSON_Parse
Assuming it is, given an object with an entries that has an array i should be able to get all the keys from the entries of the given array
dictionary[phoneNumbers][type] = "home"
This is not happening however. I'll leave a screenshot of a macro I've created using the same exact example JSON. I'm unable to get that same output.
So basically i would like to get, parse and send back JSON payloads to an API, I've managed to do that "easily" on iOS Shortcuts but I'm struggling with Macrodroid.
Let's come straight to the point, is the JSON parse explanation right on the wiki? https://macrodroidforum.com/wiki/index.php/Action:_JSON_Parse
Assuming it is, given an object with an entries that has an array i should be able to get all the keys from the entries of the given array
dictionary[phoneNumbers][type] = "home"
This is not happening however. I'll leave a screenshot of a macro I've created using the same exact example JSON. I'm unable to get that same output.