Skip to main content
October 31, 2022
Question

Expression evaluation error : Invalid index: Cannot index property 'data' of type Text into type List of Text String

  • October 31, 2022
  • 8 replies
  • 0 views



Getting this error how can i resolve it.

I have given 2 different CDTs 


Thanks In Advance

    8 replies

    October 31, 2022

    .data should not be there.

    October 31, 2022

    Actually without .data it is correctly displaying i checked but when iam passing in process model same error is showing in script task

    harshitb6843
    October 31, 2022

    Please understand that dot notation is used to access member variables. You have added data in wrong place, please add it in front of the variable but before that, please check that the type of variable should contain the data property.