what is the difference of stored and app variable
@seoyoon_choiye57dq App variable saves information on the app level, meaning that when the app is closed out, all the data is cleared. A stored variable saves it into the device/memory and retains information between app uses.
App variables are much much faster and should be used in 90% of cases.