Error on Get Transaction Item

Hi guys,
How else can I get rid of this error?
I have tried using assign activity and also rewriting “Nothing”(value to save) with no success.

@mukeshkala I was trying the ID card generator use case. Please help.

@J_Crosby
We suggest the following

  • define the needed datatype of the transaction item which is targeted within the process
  • then adapt it accordingly at the different places

assumption: Datarow e.g. changed within the Main.XAML, then also adapt the other xamls, e.g at the the argument definition

1 Like

Hi,

Can you try delete “Nothing” then focus out and re-input “Nothing”?
Or put new Assign activity then input the expressions.

Regards,

1 Like

Hi @J_Crosby

Delete that assign activity and reinitialize it.

1 Like

@J_Crosby

Hi when you change the datatype of the transactionItem from queueItem to datarow

Then catche will be present for that

You need to remove the activity and take another assign activity
And pass which is passed earlier like

TransactionItem=nothing

Cheers

1 Like

@J_Crosby

Looks like you changed the datataype of the transactionitem…

If so please remove the assign activity and re add a nee assign or delete both the sides and re add the data …then it shpuld be fixed

Hope this helps

Cheers

1 Like

Hi @J_Crosby ,

As Correctly mentioned by the experts above - The Datatype has to be updated to datarow.

I have uploaded the blank template and complete solution here :slight_smile:
http://mukeshkala.com/videos-download/

Fell free to download and refer

Thanks
Mukesh

1 Like

@mukeshkala noted,thanks for the link.

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