I have built a specific shortcut that queries a specific note based on a particular rule . The shortcut used to work just fine before iOS 16 and it would output the queried note and open it right away. (My query mainly consist of a particular folder and creation date= today). If the query does not result any value then the shortcut would create a new entry in that particular folder (using if/ otherwise script).
Basically I use this as a journaling tool and I create a daily note stored in my Journaling Folder to which I point the query.
If no notes have been created yet for a new day, the shortcut would create one (would run a create note with a particular template function), then for the rest of the day, whenever I click on that shortcut, it would keep opening the same created note until the day ends and the clock resets because for the rest of the day the query would output a value ( ie there would be a note that fits the query criteria: found under s specific folder snd created today).
Now every time I run the shortcut, I will get a drop down menu with a list of my most recent iCloud notes although under the preview window of my shortcuts it does seem my query is detecting the note, it just can’t open it. My bet is the “open specific note” command is broken and can’t be linked to specific filtering criteria rules.
Please help/ major impact on daily productivity (I am using the same logic for a bunch of other daily notes as well for other purposes).