Hey there,
I am using the contentful fetcher and field components in plasmic. However, I am running into issues with dynamic values. If I use a value from contentful without dynamic selection, I get the intended value
Here is an example of openTimeText being selected and displaying properly. However, selecting the same field through Dynamic values says the field is not valid, even though my value pops up in the sample window.
I am trying to use “Switch to code” so I can format these values to say
11AM or 1AM for example. I have the JS to do this, but even just selecting the field does not work with the auto-gen code (the value below was generated by the data picker)
is this a bug or am I misunderstanding how to do this?