Hi
I am using Create Reference wizard in a sub workflow. Within Create Reference wizard, I am using a SQL StoredProcedure SmartObject ""dbo]..PWR_spGetForm]" to create a reference of, which has only one List method (execute method in SQL).
I selected smartobject, selected Method and specified Reference name as "dbo_PWRspGetForm Reference". Then I assign a Data Field to the input parameter of smart object. then Finish.
After Create Reference wizard, I am using For Each wizard and using the "dbo_PWRspGetForm Reference" for looping.
But when this sub workflow runs, it thorws an error saying, "Item reference with system name dbo_PWRspGetForm could not be found." with Source "Create Reference Event"
how should I resolve this issue please.
Thanks.