iffy-pi / apple-shortcuts

A repository for handling the updates and versioning of my apple shortcuts
https://iffy-pi.github.io/apple-shortcuts/
3 stars 0 forks source link

Nutrition Framework - Make Preset option does not show up correctly when running Log Foods At Time #3

Closed iffy-pi closed 11 months ago

iffy-pi commented 11 months ago

The shortcut Log Foods At Time is designed to only show the "Make Preset?" option if more than one item is logged, or the one item logged does not exist as a Preset. However, the option has been suppressed in cases where more than one item is logged

iffy-pi commented 11 months ago

Investigating the shortcut, the issue originated from the Count action which is used to count the number of items in loggedFoods. Variables were incorrectly placed in the count action, resulting incorrect behaviour

iffy-pi commented 11 months ago

Fixed bug in commit 019671b, pushed directly to main

iffy-pi commented 11 months ago

Tested and verified the bug is resolved, closing the issue.