Some queue item value is not coming in process state for processing

image

Data is added into queue but while processing into process state some some queue item data show null and throw exception

this highlited queue data is not coming into process state
image

Hi @Sanket_Shinde1

You are checking the condition that it is empty or not.

Not(String.IsNullorEmpty(in_TransactionItem.SpecificContent("Transaction Date").ToString) or String.IsNullorWhiteSpace(in_TransactionItem.SpecificContent("Transaction Date").ToString)

It will take only if the string is not null or empty

Hope it helps!!

in process xaml i am checking it ,

but it should come with data from get transaction data

what to do and how?

If there is data in the Transaction Date and Case ID only the process will be move forward in process.xaml, if not it has to go for the next transaction.

Is the above one is your query? @Sanket_Shinde1

All fields has data , but When I debug in process xaml then I only get case id , customer ssn and financial advisor name , why i am not getting other details , in queue they have values

see the ss
image

image

Hi @Sanket_Shinde1

Based on the error

image

Please check the key name i think there is some space in last please check

image

1 Like

still my issue not got solve

Hi @Sanket_Shinde1

You have a whitespace at the end of the each of the values "Transaction Date ", "Transaction Type ", "Account Type " and "Transaction Amount ".
And that is the reason you are getting the error.

Thank you so much it works now

You were also right there was a space in between

thank you so much

1 Like

@Sanket_Shinde1

If you got the solution for your question please mark it as solution

1 Like

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