Here is a non-blocking issue: we are using UUID fields to anonymize pre-filled forms and we realized that fields with only capital letters (as UUID) are not taken into account when using prefill_UUID=xxx of hide_UUID but it does work for uuidfor instance.
a UUID field cannot be used in a form, because it’s a readonly field and the value is automatically assign to every row. Do you maybe mean a text field that you’re using as a UUID?
No, I really meant a UUID type field but we cannot reproduce the bug so may be it came from an other reasons
However, even UUID cannot be used in a form, it can be passed in the URL parameters as hidden and prefill values (this is usefull for webhooks for instance).
Cheers,
asan