Hello all!
I've configured a connection to sharepoint online, with the outsystems Integration builder.
My idea was to connect to sharepoint list, and retrieve all the items of the list to some app in Outsystems.
But when I checked the integration, it has just the "static tables", i.e., the auxiliary tables that support that list (like "static entities" in Outsystems).
Can't we connect to the items of the list with this integration? Or is there any other way to get the items of the sharepoint list?
Thanks!!
Hi Diogo,
I'm not sure I understand your question. Sharepoint API is a REST API (I would assume), so Integration Builder would create a REST API consume, and you would have API Methods to call, which will return lists of structures (or a single structure).