Skip to main content
melw8098
December 13, 2023
Question

Note function in Appian Designer

  • December 13, 2023
  • 7 replies
  • 0 views

I am a Designer and I use Appin Designer to present interfaces to my team and get feedback. I need a way to record and store their comments somewhere in Appian Designer so I can go through them after our sessions and make the changes that were decided. 

Is there any comment function in Appian that I could use for this purpose?

Thank you!

7 replies

stefanhelzle0001
Brainy
December 13, 2023

Interfaces have a description field. But that opens in a modal dialog and probably does not fit your needs.

You could create a Quick App to record notes in a more structured way.

melw8098
melw8098Author
December 13, 2023

thank you for your help!

stewart.burchell
December 13, 2023

Perhaps it would be more appropriate to store these comments against the relevant User Story in JIRA (or wherever you change backlog resides) since a User Story is the vehicle for units of change across an application and can be handed over to the Dev team for development and then subsequently to the test team for testing and ultimately over for UAT testing.

melw8098
melw8098Author
December 13, 2023

thank you for your suggestion!

mikes0011
Brainy
December 13, 2023

Apart from the prior suggestions... i'm not sure why nobody has clarified that yes, in fact, Appian code (including interfaces) can just be annotated with code comments.  Anything inside a "comment block" being "/*  ...  */" can be written and stored free-hand.

Whether this is the "correct" place / technique to store development feedback is 100% dependent on your use case, the required formality / records-keeping involved, etc.  But this should have been one of the first things mentioned, IMHO.

The Expression Guru
stewart.burchell
December 13, 2023

Yeah, whilst you can I'm not sure you should. The OP's requirement is to capture comments to be used to implement changes. As a matter of principle all change should be tested. Testers cannot (should not!) have access to the code but to a definition of the change that they can transform into a set of tests.

mikes0011
Brainy
December 13, 2023

As I said it comes down to the required formality.  The specific thing OP asked for ("a way to record and store their comments somewhere in Appian Designer so I can go through them after our sessions and make the changes") is perfectly reproduced by writing in annotations, especially when less formality is needed, but nothing is keeping the design team from copying those annotations into emails / tracking tickets / etc upon completion (or before).

The Expression Guru