I’m getting Missing value of required parameter ‘url’. I’m not a techi person, so please provide me a solution that can work and I can easily understand the solution. Below are the screenshots
I’ve attached the output bundles
repeater output bundles.txt (3.6 KB)
Array output bundles.txt (24.0 KB)
text parser output bundle.txt (17.3 KB)
Hello @Bedi_SEO,
Instead of Repeater try to use Iterator after Array Aggregator and pass your URL array as input. Then use url from that Iterator.
Thanks for your message and the solution.Let me try and I’ll get back to you with the results.
can you tell me the input that needs to be used in the Iterator
Is this the input you want me to add and I’ve used the Iterator after the Array Aggregator. Is this right?
Hello @Bedi_SEO,
First, just remove the Repeater, There is no use case for it. It’s all about Iterator here.
Background: This needs to be understood first
First, you need to understand what is different in array and collection(bundles) in Make and how it’s used with different modules.
Search for those words like collection, bundles, array, iterator, aggregator at here https://www.make.com/en/help/glossary
Don’t be confused just check only what is required.
Solution
→ After reading the above things you can easily understand what the is difference between Arrays and bundles in Make.
→ The iterator should need an array as input https://www.make.com/en/help/tools/flow-control#iterator-935250
→ The most common use case of an Aggregator is to combine multiple bundles into a single array. But in your attached screenshot Aggregator returns multiple bundles which is not the right approach. Another important thing is in the Array Aggregator settings check only those field values that are used in the next modules. Don’t just select all.
→ When everything is properly combined in the single array using Aggregation then just use that as an input of the Iterator.
I know initially it confused you more because most of the things look similar. But just try it because these are really basic things to understand in Make.
I also strongly recommend you to check this official Make Academy course which will help you a lot.
Thanks for your help. But still there seems problem please check snapshots