gn:act_getListDifferences
- Description
- Action used to compare two rows and store differences in another row
- Action returns
- void
Action signatures
Compare lists
[gn:act_getListDifferences]|[source1,source2,target]
Parameter Description source1
source from where content for comparsion is used source2
source from where content for comparsion is used target
target where rows (which do not exist in both sources) will be stored
Example
@variable/allowedBeacons
- source 1@variable/oldAllowedBeacons
- source 2@variable/beaconsFound
- target
- ⤷
[gn:act_getListDifferences]|[@variable/allowedBeacons, @variable/oldAllowedBeacons, @variable/beaconsFound]
- ⤷