Hi there! I’m really excited about working with MAKE and I’ve been diving into it. I’m still fairly new, so I have a very basic question, and if there’s an issue with the scenario itself due to my lack of experience, please let me know.
Currently, I’m pulling Instagram Reels data through Apify. However, the data doesn’t include follower information, so I’m trying to run an additional API to collect follower data for the entries that were initially gathered.
In the first step, I used “Bulk add rows” to gather all the data except for the followers in column D of the sheet. After that, I plan to connect the follower collection API in the same way as the previous steps, starting with “Get Range Value.”
The initial data collection gave me the IDs of 9 creators and a total of 32 pieces of content. Now, in the second step, I want to collect the current follower count for these 9 creators and input it into the empty “followers” column on the row that corresponds to their ID.
Through the “Apify - Get Dataset Items,” I was able to obtain 9 bundles and used the “Array Aggregator” to group them by Username, so that the follower counts would be placed into the empty D column (column 4).
Here’s the issue: I’m completely stuck on how to proceed with the bulk update row process.
I’ve tried a bunch of different things over the past two days. It feels like I’m learning and making progress, but it’s so frustrating to keep failing.
Currently, the D column in my sheet is left empty for followers, and column N has the usernames. Out of the 32 rows, the 9 usernames are randomly distributed across them.
I’m really in need of help, so please, if you can assist, I’d really appreciate it!