Hi all,
I’m interested in building a robot which will be executed based on a queue trigger. One thing that doesn’t seem clear based on the documentation is how to configure the process, specifically in regards to how I retrieve the queue item.
I see two options here:
- Use a Get Transaction Item activity as normal
- How does it know to get the queue item that caused the trigger to fire? Do I need to configure the activity in any specific way?
- Accept a QueueItem as a process argument
What is the correct solution here?