Hi there,
Am using the Send an HTTP request to SharePoint action to create a new List and then another HTTP request to add the required ContentType to the new list using the following Uri string and it all works fine.
_api/web/lists('<ListGUID>')/contenttypes/addAvailableContentType('<ContentTypeGUID>')
BUT, I want the new ContentType to be the default (There is one other ContentType which is the default), so either make this one invisible or change the order.
Does anyone know how to change a default using Flow.
Thanks Richard