Hello Super Community!
I gave up on this concept a week ago, then saw a video where the guy did this in 4 minutes https://youtu.be/SFlj1ykpvgM?si=aBUO60wiYcHu44Qz 😕 I tried it with my own data and two hours later...nope!
Initialized Variable: name: First Array, Type: Array
[
{
"Date array": "2024-06-01"
},
{
"Date array": "2024-06-02"
},
{
"Date array": "2024-06-03"
},
{
"Date array": "2024-06-04"
},
{
"Date array": "2024-06-05"
},
{
"Date array": "2024-06-06"
},
{
"Date array": "2024-06-07"
},
{
"Date array": "2024-06-08"
},
{
"Date array": "2024-06-09"
},
{
"Date array": "2024-06-10"
},
{
"Date array": "2024-06-11"
},
{
"Date array": "2024-06-12"
}
]
Initialized Variable: name: Second Array, Type: Array
[
{
"Date array": "2024-06-06",
"List ID": 11
},
{
"Date array": "2024-06-07",
"List ID": 11
}
]
Condition:
Select an output...
variables('First Array')
variables('Second Array') contains item()
Condition statement I'm trying to write: if any dates in the Second Array match dates in the First Array, result is TRUE, if not FALSE
Problem: I can't get true results.
Thanks in advance!