Hello
Is there any way to set the Internal Name of a document library on creation in a Send an HTTP Request action?
i.e. The display name of the Library is 'Project Inbound Documents' but in the URL, instead of:
https://[site]/sites/123456/Project%20Inbound%20Documents/Forms/AllItems.aspx
You get:
https://[site]/sites/123456/A1/Forms/AllItems.aspx
NB: I did a GET request on a site where we have this Display Name/Internal Name difference, and can see the field containing the internal name is "EntityTypeName", but if I used it in a POST request it wouldn't do anything.
My current HTTP Request action:
