Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

How do I change my Sharepoint default view

williamdilley
6 - Meteoroid

Info:
The view I am trying to update is "PortalView" to "All Items".  I have to do this because the "PortalView" which is the default view, does not contain the field I need, which is "Data as of Date".  I tried creating a macro tp update the value but it doesnt seem to be working (see attached workflow)

 

I have attached my workflow and would appreciate any suggestions you may have.

 

Thanks,

Bill

1 REPLY 1
patrick_digan
17 - Castor
17 - Castor

@williamdilley I'm just guessing, but maybe you have to update the GUID as well? You would need another action tool, point it to the GUID line, and then change it to update value with formula:

 

Your formula would be something like

IF [#1]="PortalView" Then "{30E8C171-EE4B-4D48-AD1E-D0278B1FF247}" 
Elseif [#1]="All Items" Then "{YOURGUID}" else Null() endif

patrick_digan_1-1619035169028.png

 

 

Labels