Hi Sandeep,
Our organization also needed custom tiles so I created new stored procedure and they have been working well.
Once you created a stored procedure, you only need to add a row in the BPATileDataSources table.
spname is the name of the stored procedure, it will also appear under this name in Blueprism.
tiletype is always 1, I assume this means ""Chart"" but there is no other choice for now.
helppage would be the help file explaining the dashboard but unless you want to get into the trouble of modifying the blueprism help file, I would just put some fake name. the result is just a 404 error when you click on help in Blueprism but is not actually damaging.
I hope this helps.