Hi Community!
I am trying to get a more efficient process in place for my Rally team to enable them to complete updates in a more intuitive app looking location like an SPO list or a power app.. and need some help with the following:
1- How can I get daily updates from Rally to the SPO list? I don't see Rally as part of the connectors list. How can I build a flow that pulls data from Rally Rest API once a day that brings on just a few fields based on what is needed?
2- How can I ensure that the SPO list is always up to date with the information that is getting from the team direct input and from Rally.
Appreciate any direction or help from this amazing group!
Thanks,
Aldina
thanks all! Great start for sure.
Hi @Dina
I don't know the specifics of Rally and it's API but to start with you could schedule a Flow to pick up data on a daily basis and store it on a SPO List.
If I have found the right tool you are referring to, I see that users are discussing using PowerBI to manipulate data here https://community.broadcom.com/enterprisesoftware/communities/community-home/digestviewer/viewthread?GroupId=2437&MID=767977&CommunityKey=f303f769-8d4c-44d9-924c-3845bba6444e&tab=digestviewer. But of course I might have the wrong application 🙂
There is also a vote underway for a connector here https://powerusers.microsoft.com/t5/Power-Automate-Ideas/Need-connector-for-Rally-CA-Agile-Central/idc-p/584620
Damien
Hi @Dina
If you looking to build a custom connector using REST API please follow below.
Create a custom connector from scratch | Microsoft Docs
Regarding your question about how to get daily updates from Rally. Please have a look at Rally documentation about daily updates you can pull via todays date or something. In Power Automate you can set a trigger interval as daily, hourly or minutes for pulling the data.
Second question again you need to look the documentation of Rally to find what are the key integration references you can use to match or last pulled date or something.
Thanks