Has anyone connected ServiceNow to Anaplan to display the ticket information on dashboard ?
@Akshay07
I haven't connected Service Now directly with Anaplan but it seems like it would be a simple task if you're willing to use the RESTful APIs. While you can certainly use Anaplan Connect, you'll need a way to also obtain the Service Now data using their APIs. Candidly, I prefer Python for this but you can use any programming language or ETL tool that can POST and GET.
As a bonus with Python, you can also use Beautiful Soup library, in case you don't have access to the Service Now API's. This library will allow you scrape the webpage for the information you need. Very fast!
Hope this helps.
Thank you for the information @JaredDolich . I will try as per your suggestion and will let you know.
Hi ALL, In my model, I have Need stored at a 'D3' RS Group level. I need to use this Need in another module at the G5 Location level. I currently have a mapping module where each G5 Location maps to a D3 RS Group. This Module uses D2 Role as dimension. but the line item I've to find the RS Group (Find D3 RS Group = 'FIND…
I couldn't find any formula to do this, but I want a way to put on the page/grid the connection details. This is so I know what connection I'm in rather than going into Connections details to see it. Is there an XL3 formula to return this value?
Hi all, I, as an Anaplan workspace administrator, am working together with a Fabric team to export data from Anaplan to Fabric via Anaplan API and Postman. We have a problem where all Anaplan exports are visible in Postman but when trying to connect to SOME of them, we get message "404, Not found". Below screenshot showing…