User Input Task output not working as Expected.

Hello, 

I'm facing the following issue.

Assignee is blank and it's not picking tp!owner with this condition. (User Field) This is an output for an User Input Task.

 

 

But this is working fine. (User Field)

  Discussion posts and replies are publicly visible

Parents
  • Hello Jose

    Are both in the same node?

    1) check if the variable is not affected in other input/output

    2) what do you get from this "typename(typeof(pv!assignee))"

    3) As a last test create a temporary rule like this , change it instead of the isBlank and test what happens:
    =or(isnull(ri!value), ri!value="", length(ri!value) = 0)

    the isBlank has just like this
    =or(isnull(ri!value), ri!value="")
    I have seen a weird scenarios where you need to use something like that when the values come from a index() function.

    Hope this helps and let us know what do you get from those tests
    Jose
Reply
  • Hello Jose

    Are both in the same node?

    1) check if the variable is not affected in other input/output

    2) what do you get from this "typename(typeof(pv!assignee))"

    3) As a last test create a temporary rule like this , change it instead of the isBlank and test what happens:
    =or(isnull(ri!value), ri!value="", length(ri!value) = 0)

    the isBlank has just like this
    =or(isnull(ri!value), ri!value="")
    I have seen a weird scenarios where you need to use something like that when the values come from a index() function.

    Hope this helps and let us know what do you get from those tests
    Jose
Children