Skip to main content
May 9, 2022
Solved

MilestoneStamp

  • May 9, 2022
  • 1 reply
  • 0 views

Hi,

I have a below milestone stamp and it is working fine until I setup the value as "4". The moment, I setup the value as "4" then I am getting below error.

Any clue?

Best answer by nareshs945

Hi

In line no 4 you passing {"One", "Two", "Three", "Four"} (local!milestoneStampIcons: {"One", "Two", "Three", "Four"}) in your local variable and you are using this values as icons. Since these are not a valid icons (Not supported in Appian/Not available in Appian) it is thronging error. Replace those values with valid icons values. 

For valid Appian supported Icons  please see here

https://docs.appian.com/suite/help/22.1/Styled_Icon_Component.html#available-icons

1 reply

Inspiring
May 10, 2022

Hi

In line no 4 you passing {"One", "Two", "Three", "Four"} (local!milestoneStampIcons: {"One", "Two", "Three", "Four"}) in your local variable and you are using this values as icons. Since these are not a valid icons (Not supported in Appian/Not available in Appian) it is thronging error. Replace those values with valid icons values. 

For valid Appian supported Icons  please see here

https://docs.appian.com/suite/help/22.1/Styled_Icon_Component.html#available-icons