Reply To: Validation Error on date format change

FlowCanvas Forums Support Validation Error on date format change Reply To: Validation Error on date format change

#3104
gatalskii
Participant

Hello!

Well, the code always remains with UTF-8 encoding.

I noticed one moment. Some part of my custom flow blocks feeling well after switching date format because port id set explicitly:
AddFlowInput(“In”, (f) =>

But, another part of blocks are set by this approach:
@in = AddFlowInput(nameof(@in).CapitalizeFirst(), flow =>…

And these blocks cause error which I mentioned in previous post.

With internal nodes everything is ok.