Invoke workflowの利用に関して:On using invoke workflow

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.

Can you please attach your workflow?

HI @matrix99999,
Take a look

Regards
Balamurugan

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.

Hi @matrix99999,

Deleted the statement…

Regards
Balamurugan

"Activity could not・・・"のエラーが出るのは、上記サンプルに、UiPathのExcel関連機能を使ったActivityが入っているからだと思います。
この場合、package manager(Ctrl+Pで出せます)で、UiPath.Excel.Activitiesを追加してみてください。

Yes @Honoka is right. It has the excel functionality. you have to install the package like below

image

Regards
Balamurugan

1 Like