
Announcements
Hi all,
I have the following problem.
I'm using a 'Send an HTTP request to SharePoint' action to create a new lookup column (this task will be performed for different lists and libraries with different numbers of columns).
After this, I want to automatically (next HTTP request) hide this newly created column in the list/library form (it shouldn't be hidden in the views)
Any idea?
Hi @Lemak89,
You can use the ReorderFields method for this as shown in this thread:
https://powerusers.microsoft.com/t5/Building-Flows/Hide-Fields-using-REST-API/td-p/1758877
I have also written a blog about this approach as well:
https://www.expiscornovus.com/2022/09/22/hide-column-on-new-item-form/