Get form task returning empty

@user928

The str created is the serialized output converted to string and stored in the queue items…

So after creating validation task you can save the task details to queue item using the serialization option…

Then when you need them retreive the queue item and deserialize using the screenshot details provided and in loop you can get each detail which can then be used in wait for task

Cheers