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
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.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.