I'm importing an Excel file into a People ProcessFlow Schedule Source. 2 of the columns are used to create pointer labels on the tokens. They are called Origin and Destination and they are used to tell the process flow where to create the persons and where they should walk.
My question is how do I convert the text in Excel into a pointer label? All the texts are exact object names. For example ES1 is an object named ES1. I tried ES1 and /ES1 but in both cases the data is imported as text.
I see 2 choices. Do some Post Import Code to convert the text string into a pointer. Or do this conversion in the Process Flow after the token is created. In either case I can't find which command to use. I tried tonode() but can't seem to make it work.
Thanks a lot,