Hi Team,
I am using a html text control to make a progress bar and the text is as below..
Everything works fine when i give the background as static color value.
But my need is to set the background color same as another control's(ShapeName) Fill color.
I tried the below code but it throws an Invalid argument type error.What is the mistake i am making here?
"<progress value=""80"" ""red"" max=""100"" style=""Width:60%; background: "&ShapeName.Fill&";height:10px""></progress>"
Any help woud be appreciated.
Thank you.