Add filter to excel table in UiPath

0 votes

In my excel file with a table named 'Table1' in it. Have to perform 'Filter Table' activity in UiPath with the condition "column1 begins with '*my column'". But when you specify the value like this, the column is filtered for "ends with" operation

May 16, 2018 in RPA by ffdfd
• 5,550 points
2,831 views

1 answer to this question.

0 votes
If you use *my value as the search / filter pattern, then it would mean anything in the beginning and must have my value in the end. So, it is being interpreted correctly as Ends With.

If you want to have a Begins With the filter, have your filter text followed by the wildcard, like - my value*.

If you want to include wildcard as a literal in the search pattern, you'd need to escape that by enclosing it in brackets like [*]my value* - this search for text beginning with *my value.
answered May 16, 2018 by wrecker
• 3,110 points

Related Questions In RPA

0 votes
1 answer

Pivot table in excel using UIpath

down vo I'd suggest you are going to ...READ MORE

answered May 28, 2018 in RPA by wrecker
• 3,110 points
2,635 views
0 votes
4 answers

How to find the sum of 2 columns of an excel and display it in a 3rd column using UIPATH?

These are the steps to add two ...READ MORE

answered Aug 2, 2019 in RPA by Shivi Singhal
13,967 views
0 votes
1 answer

Can I create dictionary in UiPath studio and add items to it?

Hey @Rumani, you can definitely create dictionary ...READ MORE

answered Mar 14, 2019 in RPA by Abha
• 28,140 points
16,222 views
0 votes
1 answer

Unable to add custom library in UiPath Studio.

Hi @Neetu, if you have a custom ...READ MORE

answered Mar 25, 2019 in RPA by Anvi
• 14,150 points
1,441 views
0 votes
1 answer

Automation in Uipath

you can use the Database package for connecting  ...READ MORE

answered Apr 17, 2018 in RPA by wrecker
• 3,110 points
1,335 views
0 votes
1 answer

UiPath vs Workfusion

in WorkFusion, you can create a script ...READ MORE

answered Apr 17, 2018 in RPA by wrecker
• 3,110 points
2,417 views
0 votes
1 answer

Surface automation in rpa?

Surface automation is a visual automation that is done using ...READ MORE

answered Apr 20, 2018 in RPA by wrecker
• 3,110 points
1,554 views
+1 vote
2 answers

Azure Cognitive services with RPA

Automation anywhere has support for making SOAP ...READ MORE

answered Aug 7, 2018 in RPA by Priyaj
• 58,090 points
1,154 views
0 votes
1 answer

How to add filter to excel table in UI Path?

If you use *my value as the ...READ MORE

answered Aug 6, 2018 in RPA by wrecker
• 3,110 points
1,098 views
0 votes
4 answers

Pivot table in excel using UIpath

You can use Create Pivot Table activity ...READ MORE

answered Feb 26, 2019 in RPA by Anvi
• 14,150 points
4,876 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP