minus-squareatnbueno@lemmy.worldtoShortcuts@lemmy.world•How to add items to a list?linkfedilinkEnglisharrow-up2·1 month agoThe output of a Repeat loop is already a list, so you can do this too: Repeat 10 Ask for Input (Text) End Repeat Set Variable (MyList) to (Repeat Results) linkfedilink
minus-squareatnbueno@lemmy.worldtoShortcuts@lemmy.world•Using Shortcuts and Focus to mimic "profiles" from BlackberrylinkfedilinkEnglisharrow-up1·2 years agodeleted by creator linkfedilink
minus-squareatnbueno@lemmy.worldtoApple@lemmy.world•iOS 17linkfedilinkEnglisharrow-up8·2 years agoAll the automation triggers in the Shortcuts app work without requiring confirmation before running 🥳 linkfedilink
The output of a Repeat loop is already a list, so you can do this too:
Repeat 10 Ask for Input (Text) End Repeat Set Variable (MyList) to (Repeat Results)