Hi!
I need to combine the elements account_id and account_name into a single long string, separated by tabs. The final result should look like this:
- 4883972000000000409= Comisiones y gastos bancarios
- 4883972000000000439= Deuda incobrable
This is the data retrieve from api call:
This is the desired outcome but I would like to know if this can be made for efficient, with less modules.
Thanks for your help!
After API call I have an array iterator:
Then I have a text aggregator:
And then again another text aggregator:
1 Like
samliew
2
Seems pretty optimised to me, but you could probably use only a single Text Aggregator and delete the duplicate.
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.
Hi samliew!
If i only add one text aggregator I get the data in bundles:
Is there a build in function to return the all bundles like in the desired outcome?
Thanks for your reply!
Then you’re setting the source module incorrectly.