문제

Can some one confirm this is an issue? Take a list and put a record in it with 2 records the data:

A<

A<B

Create a workflow that: Uses Set Variable action.

Set a string variable to the record ID when the title equals A< This should succeed when the workflow runs.

Then try.
Set a string variable to the record ID when the title equals A<B
This fails.

I ran into this when I had data with name <name@place.com>.
I began to pick it apart and found if I eliminated the less than symbol it worked.

도움이 되었습니까?

해결책

This is because the < is an html character. Looking for the record where Title = A&lt;B would return the record where your title equals A<B.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top