How can I use Web components dynamic

I want to call web.get multiple times

Anyone can help me

Hi dear,

What issue are you encountering when using Web.Get multiple times?

You set Web.URL, call Web.Get, then set Web.URL to something else and call Web.Get again.

A good approach is to use a variable (like a function flag) that you set before calling Get with a value of your choice, so you can identify which request the response you receive is associated with.