Hi,
I am attempting to build a flow to notify me when a new Sharepoint list item is created, it will detect that a value matches another item such as example below (Item #3 contains the same value in ID set 2 as item #1 - 12344). In this SP list, there are multiple values separated by commas. Example shown in the table below.
My flow so far is as follows, I'm just hung up on the formula to use to capture this or if this is possible? My first time posting here appreciate any assistance And guidance!
Flow
1.) When an item is created --> site address an SP list name used
2.) Get items --> from SP list from #1
3.) apply to each --> value
4.) condition --> if ID Set 2 contains EXPRESSION HERE
5.) Send email
| Item # | ID set 1 | ID set 2 |
| 3 | 12345 | 12344 |
| 2 | 12232 | 14567, 12456 |
| 1 | 13456 | 12654, 12344 |