Skip to main content

Notifications

Copilot Studio - General
Unanswered

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

Posted on by 9

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

Categories:
  • remidyon Profile Picture
    remidyon on at
    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

Helpful resources

Quick Links

Welcome to the Power Platform…

We are thrilled to unveil the newly-launched Power Platform Communities!…

Getting Started…

Welcome to the Power Platform Community! We appreciate your visit…

Welcome to the new Power Platform Community!…

We are excited to announce our new Copilot Cookbook Gallery in the Community…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 138,287

#2
RandyHayes Profile Picture

RandyHayes 76,308

#3
Pstork1 Profile Picture

Pstork1 63,172

Leaderboard