Question. Trying to find the best way to handle this.
In an previous action I am retrieving a set of data based on an id. the returned set could have a single row or multiple. i would like to set a condition based on the number of returned rows (ie, if there is one row vs multiple row, etc). is there a way to get the count of records in the array to be a mappable value? Maybe even just the count of a single variable in the array instead of the whole thing if that is easier?