How to separate JSON data?

Hello, i have problem, from http api im gain two fileds
{
“cards”: [
. . .
],
“cursor”: {
. . .
}
}
So, i need to path them into two separated lines

i need something like

Here is my solutions:

Use set field to 2 paths and handle them seperately.

After that. Use merge and doing what you need after.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.