Quiz about add queue item

Good afternoon, I am looking for help with a quiz question and I can’t find the correct answer.
I have to add a queue item, the data comes from an email inbox; but first I must process if the email was sent by a specific person.
Which property of add queue item activity should I use?
The options are:
-Refence (this was my choice, but the quiz marked this question as an error)
-Postpone (I understand that it is a date value and therefore should not be correct)
-ItemIformation (marked as correct on a second attempt and also returned as an error)
-Priority (I understand that this is the level of priority you want to add and it should not be correct either)

Does anyone know which is the correct option?

@Antonio_Perez

If the question is about checking the mail using the queue item then postpone would be the correct option that is when the queue item is again active we will search for email if the sender does not match then we postpone the item again

cheers

1 Like

The question as it appears in the quiz is:

A developer is creating a process that uploads data to an Orchestrator queue. The data originates from emails in one inbox. The Queue Item needs to be processed first if the email was sent by the process owner.
To ensure the Queue Items are processed in the correct order, which property of the Add Queue Item activity should be used?

Does it accept multiple selections? I believe the correct answer would be ItemInformation (to check who the email is sent by - assuming “sender” is stored in ItemInformation) and Priority (if sender is process owner, we can set High priority).

Thanks for answering.
No, it’s a single answer.

Priority is the correct answer. By setting the queue item to high priority, it will be processed before medium and low priority queue items.

Thanks for answering.
But what I understand is to configure a field to verify that the email comes from the process owner.
High or low priority does not check whether the submission was made by the process owner or another user.

1 Like

That is not what the question is asking. All that stuff about the email is distraction. The question is: To ensure the Queue Items are processed in the correct order, which property of the Add Queue Item activity should be used?

And the answer is Priority.

Great Paul, that’s a good detail you point out.
Well, if it was written with the purpose of confusing, I have totally fallen into the trap xD
Thank you very much for your help.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.