This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
The Directory Browser returns nothing when the specific file name cannot be found. So, how can I check if the file is found in the next snap like Router. I tried some ways like: $ == null or .get but it doesn't work. Please help me overcome this. Ma...
As long as before, when I add expression library, it appears the "=" button as below. But now, the "=" button doesn't appear like the picture. How can I get expr file from parameter?
From the very first, I have data stream like as below[{"report_pipeline_id":"5fac56734418fe353b7b846d","transaction_id":"72479d9c-85f4-4cc6-90ec-dffac6d8536a","client_id":"e2572c18-29de-46c1-a212-fa54f61e468f"},...]later step is CSV Formatter, this s...
I got an array named “group” includes object items as the below picture
How can I merge all object items to one object? My expected result as the below picture. But, imagine that the number of item is unknown. It can be 3,4,5 , … (n).
Thank you!
j.angelevski:
{}.extend(...$group)
Thank you. But my problem here is “I don’t know how many item in $group array”. I cannot type {}.extend($group[0],$group[1],$group[n…]) (T_T)