View Single Post
Old 01-13-2023, 09:40 AM   #1009
capink
Wizard
capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.
 
Posts: 1,200
Karma: 1995558
Join Date: Aug 2015
Device: Kindle
Quote:
Originally Posted by ownedbycats View Post
New question:

I have an action chain (remove book from device) that prompts for confirmation. This, in turns, calls another chain (clear device-related fields) that also prompts for confirmation.

Is there a conditional I can put on the subchain's prompt to stop the double-prompt?
Put the following condition on the subchain's prompt action:

Code:
template = program: globals(_caller)
datatype = text
comparison = "="
condition value =
capink is offline   Reply With Quote