In config file from UiPath ReFramework I added new sheet with datatable and I saved it in config variable as a whole datatable. I did that because this datable is storing mapped values for specifc companies.
Thanks to that, i can pass in arguments only Config variable and use it like that:
we can do: storing a datatable within the config dict and cast it from returned object to datatable.
An alternate would be using the DirectCast method.
With viewpoint to the UiPath Architecture we also have options like Storage Buckets / Data Service
Another technique is also to provide the datatable as CSV string or JSON. In this case we use for the exchange the simple datatype string.
Other viewpoints can be:
targeted flexibility on config / datatable changes