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
@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
User | Count |
---|---|
19 | |
15 | |
13 | |
9 | |
8 |