I have a requirement to create a app/page which will have roughly 20 KPI coming from 6 to 7 different apps . I want to send this page to email all executives in organization .
They don't want to go to 6 different app to get KPIs , they want one page to see all these without filtering anything
Any suggestion how to do . I cannot do binary load of these apps as it is very complex and all these KPI are calculated in front end .
I tried doing automation with take value of these KPI and storing in csv and reading that Csv. But its not working as it should be .