Editing Ticket Tag Informtaion

Hi,

I’m using ticket tag’s to save customers name, phone and address for delivery orders.
Issue i have is that once this information is entered, if the user needs to edit it, the have to enter all information again.

Is it possible to change this behaviour so that if these tags exist, the data is put into the input field, so that the user can simply edit them as opposed to having to re-enter.

I use an automaton command and rules to allow the user to input this detail:

And here is the rule:

And one of the actions:

any help would be greatly appreciated.

Use entities for that it will store them.

Im pretty sure you can set the ‘default’ value of a ?prompt which posibly could be fed with the {TICKET TAG} or whatever expression.

@JTRTech do you know how to set that default ? Ie is there specific syntax.

Backup plan is to change then to entitiies but I think that’s overkill at this point.

The ?prompt syntax I used for my covers confirmation was;
[?Table Covers;;[=TN(’{TICKET ORDER QUANTITY TOTAL EXP:(OS.Kitchen Course=Mains)}’)];ON]

So the second ;

[?'QUESTION;;‘DEFAULT VALUE’;‘KEYBOARD/BUTTONS’]

Yep, this worked a treat. Thanks again!