最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Zoho Flow and Converting an ID to a String - Stack Overflow

programmeradmin0浏览0评论

In Zoho Desk we have a field whereby we select an agent to a ticket, when I automate the extraction of the information into Excel the agent name is shown as a long number. I want to run a custom function in Zoho Flow that converts this number into a string before posting it into Excel.

This is what I have so far and it doesn't give me any errors but it also doesn't do what I want:

string ConvertTicket Owner(string ticketOwner)
{
owner_value = (ticketOwner.id).toString();
return owner_value.toString();
}

Any help on this is appreciated.

发布评论

评论列表(0)

  1. 暂无评论