Description
When trying to set a loop condition to look at a field in the form and end the loop and this field is set to true we getting an error "The data type 'Equal' is invalid".
Applies To
Composer 11.x.x and 12.x.x
Solution/Immediate Workaround
The word true needs to be surrounded with quotation marks.
Additional Information
This should be treated as string rather then a bool.
Comments
0 comments
Please sign in to leave a comment.