Hoqw get python dict to uiapth

Hi,
Is it compulsary tht python fun must have return type.
def details(cName,tName):
dict={
“clientName”:cName,
“task”:tName
}
this is my code. I want both client name and task to uipath

Fine
Kindly install python.activities in design tab → manage packages → in official tab → search and install python.activities
—then use python scope and load python script activity where we would be getting the python object as outcomes

Cheers @KarthikBallary

1 Like

That is done.
what I am asking is either I can get entire dictonary nor only a paarticular “clientName” or “task”

tell me after calling method.
in a stretch I must get client name and task without using delimeter