Hello,
I am developing a small application in which employees of a company can book their desks/seats in the office.
I have started designing our office seating arrangement using an interface where I used rich text icon to display the desktop and chair.
As it's normal in any office that the seating can be facing towards any direction. To visualize it, I have to rotate the icon I'm using now.
I googled it out but it's of vain. Appreciate your suggestions.
Regards
Nehemiah
Discussion posts and replies are publicly visible
It is not possible to rotate the icon in Appian. But I see 2 alternatives here,
1. You can choose some other meaningful icon that has all the four orientation
2. You can use image field instead of icons
Hey Soma, Appreciate your suggestion.
1. I have gone through all the icons but I found no icon in all four orientation.https://docs.appian.com/suite/help/24.3/sail/ux-styled-icons.html2. Okay, got it. Will try to use images instead of icons and check whether it's working or not.