Skip to main content
Community site session details

Community site session details

Session Id : RjpegqvJ4M1Yq9nR8yV5H/
Copilot Studio - General
Answered

How to read and update copilot global variables in a custom webpage

Like (1) ShareShare
ReportReport
Posted on 30 Apr 2024 15:03:39 by 37

In custom website channel approach, based on message response can we programmatically read and update copilot global variables from webpage (javascript).

Categories:
  • Verified answer
    Mithoon Profile Picture
    37 on 13 Sep 2024 at 14:25:07
    How to read and update copilot global variables in a custom webpage
  • remidyon Profile Picture
    on 01 May 2024 at 14:50:42
    Re: How to read and update copilot global variables in a custom webpage

    Hello @Mithoon 

    Yes you can send data from Javascript to global variable in Copilot Studio, set your variable to "External source can set value" then use that code snippet example

     

    payload: {
     activity: {
     channelData: {
     postBack: true,
     },
     //Web Chat will trigger "conversation start" System Topic message automatically
     name: 'startConversation',
     type: "event",
     value: {
     text: "trigger phrase",
     pageAccess: pageLocation,
     userLatitude: latitude,
     userLongitude: longitude,
     }
     },
     },

     

    See documentation: Use variables to carry content across topics - Microsoft Copilot Studio | Microsoft Learn

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Telen Wang – Community Spotlight

We are honored to recognize Telen Wang as our August 2025 Community…

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Copilot Studio

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 468 Super User 2025 Season 2

#2
stampcoin Profile Picture

stampcoin 52 Super User 2025 Season 2

#3
trice602 Profile Picture

trice602 46 Super User 2025 Season 2