
is there any way with code that someone could enforce editing a sub grid item before being able to hit next? for example we have a status column and upon submitting the subgrid item it changes the column to Completed. can i restrict hitting next until all rows say completed?
thanks!
Hi the two links below will help you. You can add JS code to the next of the page, and then loop through all records in subgrid and validate the status etc
Solved: How to add js for subgrid in power apps portal? - Power Platform Community (microsoft.com)
Add custom JavaScript to a form - Power Apps | Microsoft Learn