[Outlook365を使用]アカウントを実行都度変えたい

いつもありがとうございます。

[Outlook365を使用]アカウントをあらかじめ設定ではなく、
実行時に指定するアカウントを[Outlook365を使用]に設定をしたいのですが
変数にアカウントを保持し指定するなどは可能でしょうか。
どのように実装すればよいかアイディアがなく、こちらへまいりました。
ご助言のほどよろしくお願いいたします。

※アカウント指定ができればその後の認証画面への操作など対処をしたいと考えています。

@tmtysmr,

You can create an In Argument in your Main workflow and pass the account you want to use while running the bot.

Thanks,
Ashok :slight_smile:

@ashokkarale

Thank you for the reply.
How do i set an in Argument to use outlook365?
image

@tmtysmr,

In this case you will have to use Microsoft 365 Scope activity.

image

Inside the scope you can use these available activities.

image

For example Get Mail Activity to get emails from an account:

Pass your in argument with the account you want to use to Account property this way

Thanks,
Ashok :slight_smile:

My environment is note AzureAD,so i can’t seem to use the Microsoft Office365 scope…

It would have been nice to be able to achieve it with use outlook365…

thank you for your reply!! it was helpful

1 Like

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