I want to bold text on confirmation message when i click the button.
Discussion posts and replies are publicly visible
As far as i know this is also bold...
Submit and open new thing is written under confirmHeader but i want to bold data which is written under confirmMessage
rishukumarg1965 Simple answer is No. You cannot make changes to the format of that text written in confirmation message.
Sorry AFAIK Can't do that,instead Use ConfirmHeader and Conact() and Line space
a!buttonWidget( confirmHeader: {concat("Appian Is BPM Tool", char(10), "Business Process model")} )
same code snippet but to add more space between the header and text
a!buttonWidget( confirmHeader: { concat( "Appian Is BPM Tool", repeat(2, char(10)), "Business Process model" ) } )