Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Ui builder form component

Lucas Corradi
Tera Contributor

Hey, im trying to configure a form component in ui builder and im having trouble data binding the sys_id.

I am using a look up multiple records data resource.

LucasCorradi_0-1732834878859.png



im trying to use the sys_id from the record, but its no working

LucasCorradi_1-1732835003823.png


Someone can teach me how to configure a form component using this form controller?

 




1 REPLY 1

bsanjok
Tera Contributor

You could try by creating a Client State Parameter to store the sys_id of the record. On successfull lookup event, you can update the Client state parameter with the value of the sys_id of the record. Then you can bind Client State Parameter dynamically to the sys_id field of the form controller.