1 个回答
OK, I figured this out on my own after many hours of working on it. It turns out that in Flow you can't operate on a field update using a formula. What I had to do was add a new "Formula" resource in the flow, perform the formula (CloseDate+365) on THAT resource, and then use that formula resource for the field update. Et voilla! It works!