Pass argument not pass to another flow?

I use argument for pass to another flow?
But now value not pass.

first flow.

second flow.

Please guide me for solve it.

@fairymemay

Can you print the variable value before passing it to second workflow and also check that variable scope once.

@lakshman Before pass variable as below.

@fairymemay in Which argument you are not getting value

@ushu I use message box in first flow ot_PathFileTemplate_Local , But not show value.

But If I use message box = PathFileTemplate_Local ----> It have value in message box

@fairymemay Try to change the direction to In so that the value of PathFileTempalte_Local assigns to ot_Path etc

@ushu I want pass value PathFileTemplate_Local from first flow to second flow.

@fairymemay It looks like some logic is missing here. If there is no value in the ot_Path etc argument then how can it assign to the PathFileTemplate_Local variable

  • In the first flow process check the value is correctly assigning to the ot_File etc argument
  • Once you do that, keep message box in the first flow and print ot_Path etc argument
  • In the second workflow keep another message box to print In_PathFileTemplate_Local etc

@ushu Can you create simple flow to me?

@fairymemay Please find the workflow below for sample flow

Arguments.zip (4.6 KB)

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.