Item is not a member of uipath.core.generic value

I have a workflow that was working normally, but this error appeared out of nowhere.
Can someone tell me why?

I believe this happened to have updated the uipath version

Whenever something like this happens I try these two things first.

  1. Re-type the expression and check if item is not getting recognized as a variable
    or
  2. Create a string variable and assign this expression to that.

Let me know if any of these work.

also, make sure all your packages/dependencies are up to date