Hello,
How can I get a Task Parameter from a background task and evaluate it for a condition or assign it to a variable for an Event Handler Action?
It should pull from the Task Parameter string from an index...

Parameter string
SETVARVALUES(Type=RBP,ProcessReprint=REPRINT,SubStartInvNum= 500197,SubEndInvNum= 500197,SubStartOrderNum=,SubEndOrderNum=,StartReprintInvDate=,EndReprintInvDate=,SubStartCustNum=373........
I want the SubStartInvNum, which should be 2 (zero based) or 3
To assign to a variable I do vEmailSubjectStr = TASKPARM(3)
I don't get any value returned.
Thanks for the help,
Mort