Hello Everyone,
I am using SharePoint 2013 hosted on the Microsoft Office 365 platform. I created a rather larger SharePoint workflow to perform a certain task. The problem is that I have created more than the maximum number of allowable variables for the workflow. The maximum number of variables allowed is 50. I am getting the following error. Unfortunately, I cannot delete any of the variables unless I can figure out how to increment a variable without creating two variables.
Is there a way to increase the number of variables for the SharePoint 2013 Office 365 non-premise platform?
I am incrementing a variable with the following method. If I can optimize this method somehow, I can maybe get my variables under 50. (in regular programming, it would be simple as i = i + 1)