Within FetchXML Builder, I want to retrieve the records based of a field value specified inside an excel file.
I'll use these records for a bulk update.
Inserting multiple values inside the "Value" while using the IN operator is not immediate, as you have to add a comma to each one and put them on a single line.
But what if I have hundreds of values inside the excel file?
Is there a way to overcome this issue?
These are the steps I am doing:
- I opened Bulk Data Updater and then went to FetchXML Builder to create my query and retrieve the records I wanted to update.
- To create the filter for the name, what I suppose to do is entering the following values in a single line, separated by a comma:
- I have copied these names from an excel file (I am using a sample here, but in a real-life scenario, I may have 100+ records):
- I selected all the names, copied and put them on a single line, and added a comma to separate them manually for each record.
Is there a fastest/easy way to achieve my goal?