4
submitted 2 months ago by [email protected] to c/[email protected]
top 2 comments
sorted by: hot top new old
[-] [email protected] 2 points 2 months ago

add a List action, then do a loop where you add elements to it

List
Repeat
    Ask for Input (Text)
    Add to Variable (List)
End Repeat
[-] [email protected] 2 points 2 months ago

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)
this post was submitted on 22 Mar 2025
4 points (100.0% liked)

Shortcuts

1297 readers
1 users here now

Community dedicated to Apple Shortcuts.

founded 2 years ago
MODERATORS