Hi everyone,
I’m running into an issue when trying to send usernames from an Array aggregator into the Apify → Run Actor module (Instagram Profile Scraper).
Here’s the problem:
-
I collect usernames with Array aggregator.
-
When I pass them into the Actor’s Input JSON, they don’t format correctly.
Instead of this (what I need):
{
"usernames": [
"humansofny",
"thedankoe"
]
}
I get this (what it currently outputs):
{
"usernames": [
"marajanecabanglan, restorationretreats"
]
}
Here is how I mapped it:
Here is the whole scenario:
Here is scenario:
Integration Apify.blueprint.json (37.0 KB)
I need the usernames to stack under each other with commas. Like in the mapping from the scraper in Apify:
I have no experience in formatting so it becomes kinda hard.
If someone has any solution, would be a great help. Thanks.


