Views:

Behavior:
When trying to use a negative number for the Position X and Position Y variables for DocuSign, the Workflow Designer does not allow negative numbers to be entered in my integer global variable from an Assign data step.

Solution:
The Integer data type global variable only accepts whole numbers, which means that only numbers starting at 0 can be entered manually. 

As a workaround, an arithmetic expression can be used to enter negative numbers, such as the one below for example;

CINT("-12")

This will populate the global variable with -12.

*Note: When requesting multiple signatures, the MultiplePositionX and MultiplePositionY variables are text data types, and do not accept negative numbers. You would have to use numbers starting from 0 onward.*

KBA applicable for both Cloud and On-premise Organizations.