Hi there,
Thanks for the reply. My workflow consists of using J2B. I have added my JS code into it and I trigger it with a simple button. The code calls an API and retrieves a list of results. The results consist of a stock symbol and the corresponding company name. Some processing is done on it in my JS code and the final result is pushed into an array called âsearchResultsâ. That code is shown above. To view the results, I send them to the Console.
The results end up looking like this:
[{"Symbol":"W","Description":"WAYFAIR INC- CLASS A"},{"Symbol":"WH","Description":"WYNDHAM HOTELS & RESORTS INC"},{"Symbol":"WD","Description":"WALKER & DUNLOP INC"},{"Symbol":"WU","Description":"WESTERN UNION CO"},{"Symbol":"WE","Description":"WEWORK INC-CL A"},{"Symbol":"WT","Description":"WISDOMTREE INC"},{"Symbol":"WK","Description":"WORKIVA INC"},{"Symbol":"WB","Description":"WEIBO CORP-SPON ADR"},{"Symbol":"WY","Description":"WEYERHAEUSER CO"},{"Symbol":"WF","Description":"WOORI FINANCIAL-SPON ADR"}]
I want to pass these results into a repeating group so I can simply show the Symbol and the Description in each row.
This is how the J2B element is configured:
Whenever I have used J2B in the past I have only generated simple lists such as:
[5, 7, 9, 22, 4, 156, 88]
And then I can set my RGâs data source to the J2B value-list and the RG populates just fine.
Now that Iâm creating this new search object, Iâm not getting any results into the RG and not quite sure how to set it up. Iâm checking out your plugin assuming that it may be able to receive the results of J2Bâs searchResults object and parse them in such a way that I can then populate my RG using the data source of the Extractor element.
Not sure if this is the right logic or workflow.
The reason I like to do API calls in JavaScript is that I find they are incredibly faster than populating my RG with a direct API call as the data source. It will work, but doesnât seem as snappy.
Let me know if I can clarify anything for you. Thanks for your advice.
Cheers,
Dan




Exciting Update for JSON Assistant - Introducing Custom Keys!
Give it a try today and experience the power of Custom Keys in JSON Assistant! 









