Tt filter step input per variable type (#13371)

- add fieldMetadataId to step output schema
- use it to display FormFieldInput in Filter input
- few fixes for a few fields

Next step:
- Handle composite fields
- Design review
This commit is contained in:
Thomas Trompette
2025-07-23 13:54:06 +02:00
committed by GitHub
parent a0a575fa0b
commit 015c4477a7
28 changed files with 347 additions and 79 deletions

View File

@ -16,8 +16,8 @@ export type StepFilter = {
id: string;
type: string;
label: string;
value: string;
operand: ViewFilterOperand;
value: string;
displayValue: string;
stepFilterGroupId: string;
stepOutputKey: string;