i’m passing random string in request for eg
{
“Name”: “{{name}}”,
}
and setting value in globals
while working with flow the globals are not getting updated when i run the complete workflow
although when i run the collection manually the globals get updated
Global variables won’t work with Flows. Each Send Request Block has to have a specific environment assigned to it or have the value be provided within the flow itself.
You can pass it in using a select block. we have a tutorial here. If a value isn’t provided, it will look first to your selected collection, and then to your global if it can’t find a value in the selected collection.