Hi All,
Am new to Alteryx Python SDK.
was wondering how to change the default icon of the custom tool that is created.
thank you!
Hey @sophabraham95
Follow below steps to change icon of custom tool.
Hope it solves your concern.
Hi @sophabraham95 ,
The icon used by default is in the folder %workspacename%\configuration\%toolname%.
The file icon.png is the icon used and it is precised in the %toolname%Config.xml file that is in the same folder :
So you have to replace the icon.png file by another file with the same name to change the icon.
Using another image file with a different name and replacing icon.png in the xml file by the name of your new file won't work.
I hope this helps, tell me if you have any question !
@sophabraham95, have you been able to solve your problem ?