Expose DataTable to different workflows without using arguments

Hi,

I have a datatable which has large number of rows and i want to use this datatable in different workflows(in the same project folder) without passing it as an arguments. How can i achieve it. I want to avoid passing/retrieving same datatable again and again in different workflow.

Thanks

@Tj_vyas

Maintain an Excel sheet, Each and every time you update it.
You can store the path of the Excel sheet in Orchestrator as an asset. From there you can get the path by using Get Asset Activity. And Use Read Range Activity to Read the excel sheet and get it as a datatable.

Regards,
Mahesh

Use Flowchart and create datatable variable with scope flowchart. Align all workflows with flowchart