Hi all,
In workflow read the excel file path directly, need to store the file paths in excel config. How to do this.
Please guide me on this.
Hi all,
In workflow read the excel file path directly, need to store the file paths in excel config. How to do this.
Please guide me on this.
@lakshmi.mp
Can you elaborate more!!
Need to file paths from one excel and need to store in another???
Cheers!!
Hello @lakshmi.mp
Read Range:
Assign:
Thanks & Cheers!!!
@sasi_poosarla
Check this above screenshot, here the Excel file name, Sheet name are directly given. But want to store these details in config file…
just store it in config as in mentioned in the below format
Filepath,Gmail_Sender.xlsx
SheetName,Filtered_IDS
you can call them as like below
config(“Filepath”).tostring
config(“SheetName”).tostring
@Shiva_Nikhil ,
Here not using re framework
how to read the config file.
Can u send the screenshot of it.
just you read range at the starting of the workflow
Sequence.xaml (11.6 KB)
in the Sheetname arguments change with your sheetname
Hi @lakshmi.mp,
You can use workflow from the EFramework “Init All Settings” to read config file and utilize it in your workflow .
Hope this works for you.
Happy Automation,
@Vinit_Kawle
@vrdabberu ,
Here using sequence process
Hi @lakshmi.mp
You can copy the Init all settings xaml from RE-Framework and use it in Sequence and also copy the Data folder from Re-Framework to your Sequence flow
@Shiva_Nikhil , which file need to be read config file or input excel file.
In else part name and value stored is this correct?
@Shiva_Nikhil ,
Invoked config file workflow, how the values reflected in excel application scope excel file.
@Shiva_Nikhil , Added sheetnames but same error getting
can you share the screenshot of your excel sheets
in you excel can you see whether there are Settings,Constants
@Shiva_Nikhil
=> config file
=> excel input file
Read range (Settings and Constants sheets): The sheet does not exist. this error getting