Using double value in FormData

Hi,

I have to show on my formData a java.lang.Double value.

how can I do it?
I can’t write a Embedded form. I must use FormData.

Thanks
AP

Hi @APelle,

The type Double is currently not supported by form fields. Therefore a feature request exists already, see 1.

As a workaround you could implement your own custom form field type double.

Cheers,
Roman

Hello !
The question is not settled yet?
How can I implement custom form field type double ?

Hi,

you can’t use FormData.
Use formKey to reference an “external” form.

https://docs.camunda.org/manual/7.7/reference/embedded-forms/

Cheers
AP

Can I pass a variable like a double from the outside?
Suppose at the start of the process rest api