Not sure if this is the appropriate channel for reporting this, but here it goes:
Bugs
Generating code and conditions using labels only works when you first create the card. Even if I press enter on existing labels, the new code/condition is not generated. To solve this issue, I need to delete the card and create it again.
Some Capture Information cards are created with “Extract from History” set up to 1 automatically. This leads to unexpected behavior as it’s not always I want to extract from history, and it requires me to go and change it everytime.
The Capture Info card for confirmation comes with two options as default - Accept/Decline. But if I change the labels, the new values don’t show up in the Flow editor. To get the new labels I need to remove and readd the transitions.
Execute Code cards
I get an highlight error in the code saying that the variables I just created do not exist, even though they do. This stops after I reload the page.
While Typescript autocompletion and interface creation are supported, Typescript itself is not actually accepted. I get compilation error in the logs (identifier unexpected, : unexpected). Therefore, I need to comment out all type definitions before running the code.
Sometimes I don’t get code highlighting/TS intellisense after creating or editing a Code card, it looks like a plain gray txt file.