Hi,
I know there are a lot of posts about it, but I really don’t understand:
In the REframework, in the Init State with have 2 files:
Invoke Workflow - File InitAllSettings.xaml and Invoke Workflow File - InitiAllApplications.xaml If I try to display data from the Config.xlsx file, I will be able to see it,
but if I put an Invoke Workflow File activity in the InitiAllApplications.xaml file and since then I try to display a data from the Config.xlsx file, I will not be able to see it,
I tried to change the meaning of the IN/OUT arguments without success
Thank you in advance
Is that IN argument is passed with any value or variable in Arguments property of Invoke workflow file activity
Only we will be able to use that in argument inside that workflow
Or if we want that argument to be used outside that workflow then it should be with OUT Direction and again we need to assign a variable to hold that value so that it can be used outside the workflow
I try to change, but without sucess and now even though I put everything back as it was initially
I can’t read any data in InitiAllApplications.xaml from the argument in_Config