Page 1 of 1

Is there a way to map parameter?

Posted: Fri Mar 22, 2019 2:38 am
by bigboss97
I checked https://push2run.com/help_v2.1.1.0.html#command
and found that I can use $ sign as a placeholder.
In my case, I want to for example, say "open map of <a country>". The country will then map to a URL. Is there a way to map the country to a URL or I have to create for each URL an action?

Re: Is there a way to map parameter?

Posted: Fri Mar 22, 2019 11:31 am
by RobLatour
I'm sure there is a way to do what you want to do, but I'm a little unclear on if you want specific urls open for specific countries or not. If yes, you might also need a script or a batch file - but ultimately I suspect you can do what you want with only one push2run card.

if you want any map opened for a country, you can put the following in the Push2Run card's open field:

https://www.google.com/search?q=map+$&btnI

You can also create an ifttt apple to trigger it thru a variable text google assistant phrase that starts with 'open a map' and ends with the text ingredient (which is identified in Push2Run as the dollar sign.

Re: Is there a way to map parameter?

Posted: Mon Mar 25, 2019 7:09 am
by bigboss97
Thank you, I think script is the solution.