Email AI automation

Project zip file :
Email-AI-main.zip (1.4 MB)

Step 3: Configure the Email AI demo
3.1 Configure the API URL and keys for the ML Skills and Dataset folder in the ML Config sheet of the Config.xlsx.
3.2 Configure the following parameters:
a. UnreadLocalMailFolder to the folder demo_emails.
b. OrchestratorFolderPath to a folder in your Orchestrator.
c. FAQDataPath to a the folder faq_data.
3.3 In the workflow, set the ConfigFilePath argument to the Config.xlsx file provided.
3.4 Run the workflow, go to Action Center when the workflow pauses to validate the data.

I’m lagging in 3rd step please help to solve this

Hi @Anil_G,
can you help to solve this?

@AbarnaKalaiselvam

May i know what issue are you facing?

Cheers

I don’t know how to configure the parameters in step 3
I think that some of the file and folders are missing.

Hi @AbarnaKalaiselvam

Can you say exactly what is missing?

I can try pointing you in right direction

cheers

@Anil_G
This my project zip file.(1.4 MB)
Email-AI-main.zip (1.4 MB)

This is the document of the project

I follow the steps according to this document…
In this I done the first two steps…

In the 3rd step a parameter called UnreadLocalFolder and folder demo_emails
This folder is missing and the parameter also missing in the config file.
likewise the next two steps.

3.2 Configure the following parameters:
a. UnreadLocalMailFolder to the folder demo_emails.
b. OrchestratorFolderPath to a folder in your Orchestrator.
c. FAQDataPath to a the folder faq_data.
3.3 In the workflow, set the ConfigFilePath argument to the Config.xlsx file provided.
3.4 Run the workflow, go to Action Center when the workflow pauses to validate the data.

Hi @AbarnaKalaiselvam

I believe the documentation is older or the process supplied is older

These are the fields which are being referred to

and I don’t see any orchestrator folder being used so I guess its a older process that was attached

Few changes might be needed if you are using modern folders on adding queue items and all

Inside the dispatcher there is a ‘setup and config.md’ file which would give more info

Hope this helps

cheers

I’m facing this error

Invoke LoadEmailResponses workflow: The values provided for the root activity’s arguments did not satisfy the root activity’s requirements:
‘DynamicActivity’: The following keys from the input dictionary do not map to arguments and must be removed: io_Config. Please note that argument names are case sensitive.
Parameter name: rootArgumentValues

Please help to clear this error.

@AbarnaKalaiselvam

It shows orange did you miss linking some arguments…please check or there is a key missing

Cheers

1 Like

@Anil_G

@AbarnaKalaiselvam

Your config key is empty again or has no data…

Try giving in_config().ToString

Cheers

@Anil_G


still facing same error…

@AbarnaKalaiselvam

go to immediate panel in debug mode and type the same value …I guess the config value you provided is null or the io_config is not mapped at all in the arguments

cheers

@Anil_G
image

@AbarnaKalaiselvam

as I said that argument is null…please check the arguments panel from where it is getting invoked

cheers

I can’t get you… and I can’t able to give default value to this argument.

Hi @AbarnaKalaiselvam

you need not give default value…I believe this xaml is getting called else where and you have to assign a value to it there

of if this is the xaml where config is read then it means the config is not read…please check why

cheers

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