Level 3 training UiDemo Process section difficulties assign values from queue item

For anyone having trouble with the assign values from the queue item. Where the walkthrough isn’t very helpful.

You need to create 3 new variables to hold the values and then you need to use the specificcontent method on the queue item (not mentioned in the walkthrough)

e.g. The assign is going to be something along these lines.

CashIn = in_TransactionItem.SpecificContent(“CashIn”).ToString

If you look at your dispatcher process where you uploaded data into the queue and go to the add queue item activity then look at the itemInformation property youll see something like

Not that this helps with the assign but just as a reminder how the data was put into the queue in the first place.

4 Likes

Thanks was very helpful since the tutorial is sometimes not very useful.

Yes…