Question
hardcode values in paragraph field
Hi,
I have a paragraph field. I need to hardcode a value, with the below code, the user can change the value. When I used the a!richtextdisplayfield, I was getting an error.
Can someone pls guide here.
a!paragraphField(
label: "Rejection Comment",
value: "REJECTION " & local!comment,
saveInto: local!comment,
)
