Skip to content

Commit a4fc62d

Browse files
committed
added limitation to README
1 parent 20b499d commit a4fc62d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ Very simple schema. Output JSON could be of **any** complexity.
2121
[lib/schemas/emitConfig.out.json](lib/schemas/emitConfig.out.json)
2222

2323
## Known limitations
24-
Despite naked arrays are valid JSON, there are some platform limitations, which do not allow to access the data in such arrays, that has been emitted from a component, from the next step. This is why naked arrays should not be passed to the component directly.
24+
1. As realtime flows use credentials which were saved at the moment of starting the flow, this component should be used only in ordinary flows. This is not a bug or limitation, but the platform specific case.
25+
2. Despite naked arrays are valid JSON, there are some platform limitations, which do not allow to access the data in such arrays, that has been emitted from a component, from the next step. This is why naked arrays should not be passed to the component directly.
2526
So instead of
2627
```json
2728
[

0 commit comments

Comments
 (0)