Hi All
I have a flow that captures account numbers and some other data from a local excel file, Finds the account in Salesforce and creates a task.
It then deletes that line item from the excel file and creates a new line in a Seperate tab (as to maintain a log of successfully processed lines.)
My issue is that to find the correct account in Salesforce the account numbers need to have 10 digits.
So our "Newer" 9 digit account numbers need a leading 0 (eg. 0123456789)
And our "Older" 7 digit account numbers need 3 x leading 0 (eg. 0001234567)
The data dump in the file is missing the leading 0's - This can't be changed as this is how it pulls out of SAP.
- So I have a a Filter Query as per the screenshot.
- Issue I have found is that some of the older account numbers are contained within the newer numbers meaning there can be multiple results in Salesforce.
Regardless of this if I search for an account the top result when sorted by "Relevance" is the correct one (screenshot).
How do I edit Get Records > Order By > Relevance.
I have tried Id asc, Id desc, Relevance asc, Relevance desc with no luck....
Anyone have any ideas?
Thanks in advance.
