Forum Discussion
jracer007
8 years agoHelper IV
Dynamic url connection
Hello, I have a list of more than 200 url to which I must connect to obtain data. Is there any way to do this quickly without having to connect again and again?
ImkeF
8 years agoCommunity Champion
Add a new column to your table where your call the URL for each row.
Or turn all of your operations per URL into a function and apply it like described in here: https://www.youtube.com/watch?v=RXm1MoxD1UA&t=94s
jracer007
8 years agoHelper IV
How can I create the function properly?