I have problem with Smart Actions that contains form since a few days.
When I trigger a smart action, here is the kind of message I have :
Here is the kind of Smart Action that produces the bug :
{
name: "đ CrĂ©er une facture",
type: "single",
fields: [
{
field: "Document provisoire ?",
isRequired: true,
description:
"Un document provisoire est un brouillon et ne pourra ĂȘtre envoyĂ© au destinataire.",
type: "Enum",
enums: ["NON", "OUI"],
},
],
hooks: {
load: async ({ fields, record }) => {
fields["Document provisoire ?"].value = "NON";
return fields;
},
},
endpoint: "/forest/actions/create-an-invoice",
},
Context
I didnât upgrade to the last version on Liana.