Showing posts with label SharePoint Designer. Show all posts
Showing posts with label SharePoint Designer. Show all posts
Wednesday, January 31, 2018
Invalid text value in sharepoint workflow
will happen is the value of the text is larger than 255
Friday, September 30, 2016
how to get more than 100 items in a rest call in SP workflow
pathetically, sharepoint workflow bombed when i tried to get the __next parameter
with
System.ApplicationException: HTTP 500 {"Transfer-Encoding":["chunked"],"X-SharePointHealthScore
so i changed the call to say gt ID - initially ID= 0 and when i looped through the first 100 i set the ID to the new id's - then I ran the call again - gt ID so it got the next group
with
System.ApplicationException: HTTP 500 {"Transfer-Encoding":["chunked"],"X-SharePointHealthScore
so i changed the call to say gt ID - initially ID= 0 and when i looped through the first 100 i set the ID to the new id's - then I ran the call again - gt ID so it got the next group
Wednesday, September 28, 2016
limitiations with SP designer rest calls
the calls will return only 100 records
Thursday, September 15, 2016
SharePoint Designer
is evil. If you change a variable data type in the local var windows - it wont really change the used variable type.
You have to rewrite with a new name
You have to rewrite with a new name
Subscribe to:
Comments (Atom)