UI Builder: Form component with dynamic fields
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2021 04:16 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2021 10:49 AM
I'm facing the same issue over here. Does someone has a solution for this please? I'm stuck with this since yesterday.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2021 11:00 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2022 03:23 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2022 05:46 AM
Thank you,
binding "@data.glide_form_1.nowRecordFormBlob.serializedChanges" to "Changed Fields in serialized json string" helped with given issue.