Hi,
I am using UiPath Studio 2023.10.1 and working with Python activities for the first time.
I have 3 Python scripts:
A.py → Generates Token
B.py → Uses Token and generates output
C.py → Uses B output to upload file
I need guidance on how to properly use:
Python Scope
Load Python Script
Invoke Python Method
Get Python Object
I want to understand the correct step-by-step approach to:
Run a Python script
Get output (like a token or string)
Pass that output to another Python script
Looking for best practice guidance.