- Get Transaction Item with a variable with TransactionItem
- Assign TransactionItem specific content to variable a
- the expression bring up a error as below
why? I copy step by step with the acdemy video, but it getting wrong, someone help me please?
Hi @vivachen - Can you delete that assign activity, take new one and type everything manually again, save your workflow, wait for a minute
TransactionItems.SpecificContent("Type").ToString
Hi @vivachen ,
As mentioned privately, do check by re-typing the expression if the error resolves or could you check the below post, it has an alternative method of accessing the value :
When also re-typing make sure you remove the expression first, Save, and then Re-type the Expression.
Can you check once is the TransactionItems is a type of QueueItem?
Check below
As above If we have TransactionItems as QueueItem Type then you can use as
TransactionItems.SpecificContent("Type).ToString
Hope this may help you
Thanks,
Srini
Thank you, this is working
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.