hello everyone, while using document understanding framework for data classification , after the classify document scope activity i used a log message for knowing the document data type . but it is showing index was outside the bounds of array
. can someone tell me how to solve it . thank you
What’s the message you are passing into the Log message. The error you are getting because the index you are passing to print don’t have the index mentioned.
For example:
we have array of two items like SampleArray[20,30] you will get the mentioned error when you try to print SampleArray(2)
@REVANTH_KUMAR2 ,
i think classification result variable has null value
could you please share what you actually entered in log message activity
cheers!!
Welcome to community!!
Check community results variable once and log message after passing your variable at last try to give .tostring()
if its won’t work just delete that log message and add again
