I find myself in a corner, because I’d like to play with Plasmic CMS, but there seem to be no integration available, and I’d like to avoid the hassle of API coding (coding / debugging time consumption … ).
Here is the screenshot from the Integration tutorial from Plasmic :
Currently, the Plasmic CMS integration is available via the Plasmic CMS component. For more details, check out the docs and tutorial here: Plasmic CMS | Learn Plasmic
Simplified forms work with Postgres integrations. For Plasmic CMS, you would have to manually configure your form by turning off the “Simplified” toggle in Form settings.
I was afk for a few days.
I struggled a LOT before making it work. Apparently there are two flavors or double quotes.
What did the trick was : {“rows”:[{“data”:{“nom1”:“test”,“telephone1”:“99”}}]}
Now I’m stuck there, because while I have the syntax for hardcoded values, I’m unable to to use the JSON (Syntax not found yet) or Form syntax (NOTHING works : whatever I type, I get an error):
And this is just for hard coded values, not to speak of UI fields references, which are nowhere to be found in the ‘SELECT DATA’ popup.
There does not seem to be any documentation to explain the correct syntax, and how to get my UI entries values (or I did not find it).
What leaves me confounded is the fact that all the bits ‘look’ pretty much powerfull, but the learning curve is distressing because I can’t find the way to link thoses bits together …
Can you check the header - [x-plasmic-api-cms-tokens]. Make sure the first part is your CMS_ID then semicolon (“:”) followed by CMS_SECRET_TOKEN as shown in screenshot below:
Point to the field you want to have dynamic value and click on it. Then click on the Green circle with ‘thunder’ to choose your dynamic value you want to bind with.
I am just realizing that the default limit for getting items is 100, which is blocking for me. Same issue as for creating an object, no parameter setting in Plasmic Studio seems to work, trying q.limit with a value of 50 or q.limit with a value of {“limit”:50} or any flavor of quotation marks always give me 100 rows.
Can someone in the Plasmic team adress this integration issue between Plasmic Studio and Plasmic CMS and provide some help about this?
Thank you, on the “product” page of this project, there is both a query with parameter not taken into account and one button with http post action that responds with error 400.