fastn icon indicating copy to clipboard operation
fastn copied to clipboard

`for: ` and `if: ` don't work together

Open siddhantk232 opened this issue 9 months ago • 0 comments

-- ftd.text: $x
if: { x == 'z' }
for: $x in $ts

-- string list ts:

-- string: x
-- string: y
-- string: z

-- end: ts

Throws the following error:

fastn-Error: path: /, PackageError { message: "failed to parse ParseError { message: \"Expected Record field `fifthtry.site/ui/dashboard#x`, found: `String`\", doc_id: \"lets-talk.fifthtry.site/ui/dashboard\", line_number: 13 }" }

siddhantk232 avatar Mar 27 '25 05:03 siddhantk232