I have a type that contains a collection of child entities (“Revisions”). Each revision has a rich text field called “Response”. I’m trying to make an action button that creates a document containing the contents of the “Response” field for all of the child “Revision” entities.
The following is my best attempt at making this work, but it fails on the second call to fibery.getEntityById with a 400 error. Does anyone have a solution?
Yay, awesome! Since I was writing a script anyway I ended up encoding a lot of additional logic here that I think probably does still require a script, but it’s great to be able to more easily work with rich text fields!
Side note, I really love how easy it is to mix markdown templating in with scripting.