Hello,
I try to change a Sharepoint list item and to find this list item I need a dynamic filter with a variable. I tried the following filter on a column which name is title:
“fields/Title eq ‘in_DeliveryNumber’”
in_DeliveryNumber is the variable I’m using. But I receive no data with this filter. If I use the following filter with the value of the variable instead the variable it works:
“fields/Title eq ‘0069129248’”
How can I use the variable to run this automation?
Thanks for help.
Volker
can you try:
String.Format("fields/Title eq '{0}' ", in_DeliveryNumber)
Hi Peter,
this is working fine. Thank you.
Volker
@Volker_Hofheinz1
Perfect, so let’s get closed the topic
Forum FAQ - How to mark a post as a solution - News / Tutorials - UiPath Community Forum
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.