Skip to main content
Question

Write Back Studio Variables to Data Integration via Action Flow

  • December 9, 2025
  • 1 reply
  • 45 views

Lauren_Nikeonis
Level 4
Forum|alt.badge.img

Hi - I am trying to write back the Variables I used in Studio View to Data Integration via an Action Flow but the attribute where I am storing the variable is showing as blank. I read Action Flows can’t read Variables form the Studio View. Is this true?

1 reply

gagan1
Level 10
Forum|alt.badge.img+3
  • Level 10
  • May 2, 2026

@Lauren_Nikeonis  

Yeah, it's true that Action Flows can't natively "read" a View variable on their own. The variable lives locally in the user's browser session, but the Action Flow runs server-side.

But u can still do this by passing it as a payload input.
 

In your Action Flow editor, click the Action Flow Inputs icon at the top and define an input field (like my_studio_var). Then go back to your Studio View. On the button component that triggers the Action Flow, go to the interactions menu, and it will let u map your View Variable directly into that input field you just created.

you can check Creating and managing Action Flow inputs and How to pass variables into Knowledge Model KPIs in Action Flows? | Community.