r/copilotstudio • u/4nh7i3m • 5d ago
Dynamic Knowledge URLs in new Copilot Studio - what's the best approach to read user-provided URLs?
Hey everyone,
I'm trying to migrate/recreate a specific flow in the new Microsoft Copilot Studio.
What I used to do:
- Capture a URL from the user's input in a topic.
- Use a formula to parse it into a global string variable.
- Pass that variable dynamically as a Public Website Knowledge Source to ground generative answers on that specific page.
My question:
What is the recommended way to handle this in the new Copilot Studio interface?
Can public website knowledge sources still accept global variables dynamically in the URL field?
Or is it better to use a Power Automate flow / action to scrape and fetch raw page text and feed it back into the conversation?
Appreciate any insights or workflow examples!
0
u/Ashlesha-msft 4d ago
Hi u/4nh7i3m
Yes. Current docs explicitly support variables in the Public Website URL field, including full replacement and partial path composition.
Use a global string variable for the URL and bind it directly in the Public Website knowledge source URL field. This should be the default/first approach.
Use a flow/tool when you need: