Sorry for the lack luster first post, I was still at trust level 0.
In regards to my previously mentioned 409 error. I wrote various messages to trace to figure out my problem since you can’t really attach to the code to debug. I ended up realizing a few things.
I was creating and then retrieving different SlotKey’s for the authentication handshake. So I aligned my keys properly and that resolved the 409 being thrown from my code.
There isn’t a straightforward way to filter when a task changes the section it is in. So the filter in the before post is not a valid filter.
I will continue to browse the forums for an answer to this challenge. Please let me know if you have any ideas.
This is my current implementation. I’m using C# for this