You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think you can solve the issue if you change '%lista_sucursales(optionLabel)%' to "%lista_sucursales(optionLabel)%".
This is because the formula in Calculated Field is perceived as JavaScript code, and in your case, an apostrophe symbol is possibly passed that breaks the string value.
For example, such a line will cause an error: 'some label wi'th apostrophe', and this one will not "some label wi'th apostrophe"
Hi @girafffee suddenly the plugin stopped saving the option label from a select field that generate dymacily the options from a jetengine query
and this is the log from console:
The text was updated successfully, but these errors were encountered: