Hi BP community.
Ever since the last update I've been noticing what appears to be an annoying little bug:
If I loop over a collection which will be filled at some point (an input parameter in my case), and somewhere in that loop, I use a Write stage with values from that collection, it flags it as a validation error "Invalid expression - the collection has no data" (or something like that; I'm using BP in French).
Well obviously it has no data before it actually runs. The thing is, if I refresh the page and validate again, the validation errors disappear, only to come back the next time I open this object. Adding dummy initial data does not suppress the issue.
I know I could simply disable this validation type, except it's pretty useful in other cases and just seems to be broken in the case of Write stages with collections. This problem might very well not be unique to Write stages but I have yet to notice it anywhere else.
Thoughts, anyone?