Hi, has anyone used power automate, cloud flows to check the number of rows in a subgrid, so check there are a number of child rows, and if there is less than one, the put a message on the parent row to say 'You need to add a ... (related row)'
If I get the 'list of rows' using power automate and a get the number of those rows with the expression: length(outputs('List_rows')?['body/value']), how could I then put a message, like a warning on the parent row?