Dynamic Config Contexts
#10427
-
Hi. I am trying to render config contexts dynamically from device fields
Would this be possible or can the fields not be rendered within the config contexts? |
Beta Was this translation helpful? Give feedback.
Answered by
candlerb
Sep 21, 2022
Replies: 1 comment
-
AFAIK, config contexts are static JSON data. If you want to perform expansion on the values you receive, this is something you'd have to do externally. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tophe75
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AFAIK, config contexts are static JSON data. If you want to perform expansion on the values you receive, this is something you'd have to do externally.