invoke workflow利用の初歩的な質問です。
invoke workflowから別のxamlファイルの実行をしたいと思います。
引数から戻り値が返ってくるものです。
Invoke workflow fileでargumentsを指定しています。
しかし、エラーが、 Value cannot be null.となります。
具体的に利用方法説明いただければと思います。
It is an elementary question to use “invoke workflow.”
I would like to execute another xaml file from “invoke workflow”.
The return value is returned from the argument.
You specified arguments in the “Invoke workflow file”.
However, the error is “Value can not be null”.
I think that you can explain the usage method specifically.
I appreciate your help.
I am still a beginner.
Opening “main.xaml” will cause the following error.
“Activity could not be loaded due to errors in the XAML”.
Please teach this part.
"Activity could not・・・"のエラーが出るのは、上記サンプルに、UiPathのExcel関連機能を使ったActivityが入っているからだと思います。
この場合、package manager(Ctrl+Pで出せます)で、UiPath.Excel.Activitiesを追加してみてください。