is there any way to improve the Look &feel of our appian interfaces by adding Html & Css from external Sources.
Discussion posts and replies are publicly visible
The Appian UI cannot be customized using CSS and HTML mostly. You can refer to this link for good UI Designs which you can try to implement in your usecase.
https://docs.appian.com/suite/help/22.2/SAIL_Recipes.html
What exactly are you looking for?
https://docs.appian.com/suite/help/23.3/sail/inspiration.html
I want to set the width of the text fields etc..according to the client requirements (they have particular width Requirements). and also want to change the date field format from DD/MM/YYYY to MM/YYYY
Did you try to use a side-by-side layout for detailed layout control?
Yes I did.but, unable acheive the desired width
That level of customisation you might be looking for, is not supported. I highly recommend to discuss the benefit of having some minor limitations in design vs. spending double the time/money doing this in non-low-code.
Would suggest to explore Appian more..1)Column layout has width option.
2) datetext(now(),"MM/YYYY")
Thank You Stefan
thanks,
1) I tried with both column and side by side layouts they are not meeting my requirement
2)Your expression works only when we have a available date / present date and need to extract its month and year