Home Analyst Portal

Sync/Export Business Services from Service Manager to Sharepoint

Adam_StoppaAdam_Stoppa Customer IT Monkey ✭

Our Management is asking for me to sync business services from service manager to our sharepoint. Is there a simple posibility to do this, sync our business services to a sharepoint list or excel file in sharepoint with power automate or something like this?

Answers

  • Geoff_RossGeoff_Ross Cireson Consultant O.G.
    edited June 2021

    Hi @Adam_Stoppa

    Sounds an awesome exercise. It really depends on how you define 'simple'.

    You could make a flow to regularly pull from the Cireson Portal oData EndPoint for Business Services

    https://<portaladdress>/Platform/api/Cached_MT_Microsoft_SystemCenter_BusinessService
    

    This will give you the full list of Servies. Your flow would then need to parse the response data, and for each entry check if its already in the list / excel file and if not add it in.

    It would be a great blog / article if you are interested in co-authoring something like that?

    Geoff

  • Geoff_RossGeoff_Ross Cireson Consultant O.G.

    @Adam_Stoppa

    Did you get anywhere with this?

  • Adam_StoppaAdam_Stoppa Customer IT Monkey ✭

    Hi Geoff_Ross

    thanks for the idea and the suggestion. We are curently looking for a way to do this but we don't know yet how. When we got this i will contact you.

Sign In or Register to comment.