class abc():
def first(one):
rtn = str(one)
return rtn
I have tried to execute the above script using python execute function action and used “first” in execute function field but getting bot error. if I remove the class abc() line its running fine.