###Ask Question action buttons supports description.
You can add descriptions for ask question action buttons. When descriptions used button layout orientation switches to vertical.
You can append description to button labels with #
sign. So the generic syntax is.
<label>#<description>=<command parameter>,...
On this sample I’ve used this syntax for displaying customer addresses.
"Home Address#{ENTITY DATA:Customer:Home Address}=Home Address","Work Address#{ENTITY DATA:Customer:Work Address}=Work Address","Other Address#{ENTITY DATA:Customer:Other Address}=Other Address"
Important: As we separate buttons with comma (,
) char I’ve quoted each button as some addresses may also contain ,
character.