Describe the problem/error/question
I get the following API response from the LastPass API. How can I transform the following JSON to be used in the item node as I get the error that is no Array? I want to split out the Users and its fields and use it in the rest of the flow
[
{
“total”: 41,
“count”: 41,
“Users”:
{
“161151992”:
{
“username”: “test@infozorg.nl”,
“field”: “x”
},
“172898622”:
{
“username”: test2@infozorg.nl,
“field:” “y”,
}
]