I am trying to make a workflow that calls a function. The function is simple; take a custom field value and increment it by 1 (add 1 to that field). The deluge functions are not clear on how to get the field value. Further, some documentation says "this will not work for functions" but doesn't point me to what will. And there isn't a way I can find a way to test the deluge/debug. The field is called "Count" and it's in the accounts. Can you provide and example that gets that field value and increments it by one?