To have the scenario separate out multiple job titles, and then have a repeatable rule that means that it runs even if a certain module returns no results.
What is the problem?
I have a scenario that takes a CV (I run a recruitment business) and to find live open job roles that have the same or similar job titles.
During the run of apify module which scrapes the job board, if one of the titles returns no results then it stops the scenario from continuing, or the data being parsed into the next scenario in this build (which is the final module of this mentioned scenario currently).
Additionally, I am struggling to have the ‘exclude company’ filter from my apify actor update dynamically, based on the list of companies that Module 27 (the google sheets search rows) comes back with.
What have you tried so far?
I have tried using a repeater module, and different ways of creating / separating out the job titles.
You don’t need the Repeater. On the first Iterator, you execute the flow once for every entry returned by the AI tool (splited into an array).
Then you iterate again to execute the remainder of the scenario (including the job search) for each 27.organization(E). Notice that you never aggregate on any of these iterators, generating a lot of executions.
Besides, what’s the point of module “27 Search Rows” after the iterator, if you’re not using any value from the iteration as a filter for the search? You’re just reexecuting it everytime and getting the same results.
Since I don’t have an Apify connection, I can’t see your setup.
I advise you to post an example of your results from module 27 and a screenshot of the job search module setup. This will help us look into the issue.
Hi @damato thanks so much for the response and for clearing this up. Things have been all go at the business so I’ve only just been able to return to this.
I have tidied up the scenario flow as you mentioned. If there’s anything that I’ve missed then please let me know.
Attached is the JSON currently used to run the Apify actor (both as a screenshot and a copy / pasted text). I’m aware that this isn’t quite correct, but I’m unsure how to best fix it to ensure company names that have appeared in the google sheet (Module 27) in the past 2 weeks don’t get included in the Apify search.