I am trying to build a flow where i am initializing the python scope in the main workflow and wanted to run the scripts from the sub flows, however the scope is not accessible inside the subflows.
Is there any way we can achieve this in UiPath, where we only need to inilialize the python once and we can invoke the functions in different flows which is linked to the main workflow?