I have a scenario that retrieves information from a Data Store and returns several bundles, each containing an array as a result.
I need to create a function for a Set Variable module that loops through all the positions of the array and analyzes the value at each position. If all the values are “Es una factura”, the result should be “true”. If at least one value is different, the result should be “false”.