Flow Custom Funciton Not Returning String
I have a simple custom function to return a string value in Flow. This works when I test the function in flow. When I run it in flow, it errors out (See below)
Flow Output
Value is empty and 'get' function cannot be applied at line number 4. Resolve the errors and try executing it again
Flow Input:
{
"Owner": {
"name": "nnnn nnnnn nnnnn",
"id": 371195000000040030,
"email": "xxxxxx@xxxxx.com"
}
}
Func:
string f_GetCrmOwnerEmail(map Owner)
{
v_Owner = Owner.getJson("Owner");
Owner_Email = v_Owner.get("email");
return Owner_Email.toString();
}
Any ideas?
Access your files securely from anywhere
Zoho Developer Community
Deliver unforgettable customer experiences
Deliver unforgettable customer experiences
New to Zoho Marketing Plus?
Everything you need to run your marketing
New to Zoho Marketing Plus?
Everything you need to run your marketing
Zoho Desk Resources
-
Desk Community Learning Series
-
-
-
-
-
-
-
-
-
Zoho TeamInbox Resources
Zoho DataPrep Resources
Zoho CRM Plus Resources
Zoho Books Resources
Zoho Subscriptions Resources
Zoho Projects Resources
Zoho Sprints Resources
Qntrl Resources
Zoho Creator Resources
Zoho Campaigns Resources
Zoho CRM Resources
Zoho Show Resources
Writer Get Started. Write Away!
Writer is a powerful online word processor, designed for collaborative work.