Jump to content

Open url with multiple queries


Recommended Posts

I'd like to have two different queries within the same URL. 333 just represents the first query in the workflow.  That number will change, but is currently only 3 digits (will probably move up to 4 at some point).  I want the second query to be exactly like the last workflow you wrote.

 

I'm hoping I can type my keyword.... then type a 3 (maybe 4) digit number...  then paste 25 numbers from Excel (like you wrote last time) and have them all open up in different tabs.  

 

https:.//blahblahblah.net/order/62311/infotest=333

In the above example....  if my keyword was z.... I'd type "z 333, (excel paste)"  Excel paste represents all the numbers I'm paste from Excel.

 

https: //blahblahblah .net/order/{query2}/info?test={query 1}

 

Is that more clear?

Edited by Princess
Link to comment
19 minutes ago, Princess said:

Is that more clear?

 

Not really. I need to know how to divvy up the input query into URLs.

 

So you want your input split into "first number" and "other numbers". Then you want the workflow to open a URL for each of "other numbers" where each URL also includes "first number"?

Link to comment

Sorry I'm not good at explaining this!

 

The first number isn't optional.  

"So you want your input split into "first number" and "other numbers""  Yes... First number is the 3 digit (which is actually the second one in the url).

 

"Then you want the workflow to open a URL for each of "other numbers" where each URL also includes "first number"?"  Yes.  So if I paste 25 numbers from Excel, they will all have the same 3 digit number from query 1.

 

https: //blahblahblah .net/order/{query2}/info?test={query 1}

If query 1 = 321

and query 2 =

54321

54322

54333

54444 

 

It should open up 

https: //blahblahblah .net/order/54321/info?test=321

https: //blahblahblah .net/order/54322/info?test=321

https: //blahblahblah .net/order/54333/info?test=321

https: //blahblahblah .net/order/54444/info?test=321

 

 

.... hopefully all by me entering my keyword 321, 54321 54322 54333 54444 (all coming vertically from excel like before)


 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...