I have 5 records called searches - abc,def,ghi,pqr,xyz in Airtable. I am using http>make a request module to call the json placeholder api. I want to call the api with a query string . I want to rotate the searches on each scenario run.how to do that

For ex: First scenario run should call api url?search=abc, second scenario run should call api url?search=def, third scenario run should call api url?search=ghi, fourth scenario run should call api url?search=pqr,fifth scenario should call api url?search=xyz,sixth scenario run should call api url?search=abc and so on

Hey @seema_vachhani

You can store your keywords in a datastore or Google Sheets. This allows you to iterate through the keywords and use them in subsequent modules.

Welcome to the Make community!

How often does your scenario run?

Can you elaborate?
My assignment says that the keywords should be in Airtable

I haven’t scheduled it. For now I am just using run once