UI Builder: Form component with dynamic fields

Gosia Urbanska
Giga Guru

Hi,

I'm using a Form component with a Glide Form data source. I'm getting all info with the initial load. On the form, I have two dependent fields.

fieldA -- reference field

fieldB - reference field that depends on choice from fieldA

on the fieldB I have an advanced reference qualifier that filters results and returns a subset of values. All works correctly on UI16 but not on my UI builder page. I was expecting the same functionality since I'm passing the form blob. 

 

5 REPLIES 5

Yoan Pumar
Kilo Contributor

I'm facing the same issue over here. Does someone has a solution for this please? I'm stuck with this since yesterday. 

Have you found a solution? 

I checked form-fields components and it works. However, I do not know how to save a record with the form-fields since there is no data resource. 

Sandhya Bellann
ServiceNow Employee
ServiceNow Employee

Hi,

Try setting "Changed Fields in serialized json string" to the value "@data.glide_form_1.nowRecordFormBlob.serializedChanges"

Or Try using "Display Form only" component.

 

Regards,
Sandhya

Thank you,

binding  "@data.glide_form_1.nowRecordFormBlob.serializedChanges" to "Changed Fields in serialized json string" helped with given issue.