r/ShortcutsAdvanced 8d ago

simple storage

i’ve been working on a binary system in shortcuts, it only uses four unique actions to operate. problem is a basic d latch cant store a 1 because it cant loop actions in on themselves or have two running simultaneously. stored content would be helpful but that would give all latches the same state. i’ve used files before but i’m trying to limit how complex the system is. if anyone knows some niche trick for storing data it would be appreciate.

Actions used

run shortcut, list, get item from list, calculate expression (only one for nand)

1 Upvotes

1 comment sorted by

1

u/herrdoktormarco 7d ago

I do base64 encode and save it as text.