We are currently performing maintenance on Appian Community. As a result, discussions posts and replies are temporarily unavailable. We appreciate your patience.

Anyone can Explain why we are using comma(,) at end of the code?

Where we can use comma where we canot use comma?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    Hi Tiru,

    We use Comma in Appian to separate the statements. So that Appian can differentiate and convert the code .We dont use comma after the last line of the statement, so that Appian understand that we reached to the end of that block.

    a!textField(
    label:"FirstName",
    placeholder:"Your First Name",
    saveInto:{},
    validations:{}
    ),
Reply
  • 0
    Certified Lead Developer
    Hi Tiru,

    We use Comma in Appian to separate the statements. So that Appian can differentiate and convert the code .We dont use comma after the last line of the statement, so that Appian understand that we reached to the end of that block.

    a!textField(
    label:"FirstName",
    placeholder:"Your First Name",
    saveInto:{},
    validations:{}
    ),
Children
No Data