Getting Error in Get Transaction Data in in_config file

Hi All,

I am getting error in Get Transaction Data in_config. I have assigned variable in_config=Config in the Invoke Get Transaction Data .But getting error.



@marina.dutta
can you share your code in zip file

Can you check that the keys you’re using to acess data from the in_config dictionary really exist in your configuration file? No typos, no spaces, etc…

@raja.arslankhan I am not able to share the files as its more than 100 MB

@marina.dutta
make a copy of your project and reduce files which is not related to problem

Hi @marina.dutta,

Please follow the steps:

  1. Make sure the excel file path and sheet name are correctly

  2. Use EXCEL APPLICATION SCOPE and READ RANGE ACTIVITY for large file.
    image

  3. Searching solution for reading large file in group if still have errors
    Search results for ‘read large excel files’ - UiPath Community Forum

@raja.arslankhan
UC005_CreditSupersede.zip (9.6 MB)

Please declare only one variable named Config (remove the 1st and keep the last one) :

@Irene

I did that but still same error.

Did you already try debugging the execution and checking the content of the Config variable? I launched your workflow and for me it worked as soon as I removed the extra variable.