Join([array]) function says 'object' only

Hey! I have a recruitee scenario that searches for candidates and their tags. Say there are 100 candidates. Then it iterates the hits with the iterator. Then I just tested with a set variable to join the tag arrays together into a comma seperated file. However, it only says ‘object’ instead of the tag names… Quite weird, see screenshots below. Any help/tips?



To add to this, I tried with another recruitee module and it gives me as tag array below:
Screenshot 2024-07-12 105319

Whereas with the way I am trying to do it, it outputs this:
Screenshot 2024-07-12 105334

That is without a doubt the reason, but how do I then make it like the first screenshot?

Hi @Timo345

Sample structure created:

To join all these tags you can use join function like this:

Output:
image

Regards,
Msquare Automation - Gold Partner of Make

Free Consultation | Live Implementation

Visit us here | Youtube Channel

Ah amazing, just a simple array map thingy, thanks a lot! Appreciated!

2 Likes

Hi @Timo345

If you feel this was the solution, we would really appreciate if you mark it as a solution.

Regards,
Msquare Automation - Gold Partner of Make

Free Consultation | Live Implementation

Visit us here | Youtube Channel