Lets say I have a string like this:
BLMBORNX-R1LULU-N887518E002 (or even a partial string like BLMBORNX-R1LULU-)
I want to match this up with values in an array. However in the array there could be more than one match (which is ok)
Lets say the closest match is this:
City | State | Network ID |
HONOLULU | HI | blmbornx-r1lulu-bdosoooo22 |
HONOLULU | HI | blmbornx-r1lulu-Ndo9f-3iu0920jf |
This is what I got so far:
JSON Format of array:
Solved! Go to Solution.
Hi @dlprentice ,
You can use Filter array action to filter out the array with your filter you want. eg. for your case the input will be the array you are looking to filter and in the filter condition
item()?['network id'] is equal to 'string comparison'
this will give you array as an output if matched else empty array which you can use further to create CSV table or HTML table.
Thanks
Hi @dlprentice ,
You can use Filter array action to filter out the array with your filter you want. eg. for your case the input will be the array you are looking to filter and in the filter condition
item()?['network id'] is equal to 'string comparison'
this will give you array as an output if matched else empty array which you can use further to create CSV table or HTML table.
Thanks
User | Count |
---|---|
88 | |
39 | |
23 | |
20 | |
16 |
User | Count |
---|---|
127 | |
49 | |
46 | |
33 | |
25 |