Open
Description
When feedback is submitted, the actionValue.feedback
comes in as a JSON.
Should we parse this thing to help out devs? Or leave it up to them? I see a case for both.
If we parse it for them, improved devex
If we don't, they can store the whole thing, and if more fields get added, they won't need to change anything.
Though, I think most people are parsing it and storing the text directly...
Thoughts?