Action Failed - column invalid but no valid if constraint

Hi, I have an action that copies rows using a decrement count action. The action works fine but once it completes, I get the following screenshot. I have no valid if constraint. Any ideas?

3X_1_9_193273da4835ae5dddadcd3b5242e0bd8d434077.png

Thanks!

Solved Solved
0 4 159
1 ACCEPTED SOLUTION

Maybe itโ€™s trying to subtract 1 from 0 on the last iteration?

View solution in original post

4 REPLIES 4

Your screenshot isnโ€™t coming through.

Even without a valid_if, the value still need to match the column Type to pass validation, does it?

@Marc_Dillon, I think so. Itโ€™s just a column type number with a minimum value of zero. We enter in the number of rows we want and have a decrement count column thatโ€™s [Count]-1 for each new row.

Maybe itโ€™s trying to subtract 1 from 0 on the last iteration?

Ahh, that was exactly it. Thanks @Marc_Dillon!

Top Labels in this Space