I want to Fetch Email Ids dynamically in Perl for an Email Task in a WorkFlow modeler.Can anybody help me with this issue.
Thank You Ghoti My Teamsite version is 7.3I have parsed tsusers.xml in my perl file and if I hardcode iwuser name by that i am able to retrive email id value.But actually I want to get owner or creator from the workflow into my ipl and according to that fetch emailid from tsusers.xml.For this I tried GetOwner() and GetCreator() but was not able to fetch.what must have went wrong.What is the correct way to get it???My test workflow consists of start--submit task--email task--end.