Good afternoon, I was wondering if it was possible to filter rows submitted by a form depending on a priority. For example I have 3 parent Rows that are High, Medium, and Low priority. If a new issue is submitted via the form for a High Priority. Have it automatically sort under the High Priority Parent Row? As of right now it just goes to the next available row, which makes it look like its filtered under a low priority.
I tried using the following formula but as you can see its not correct.
=PARENT([Issue@row], [Priority@row])