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.

In the mobile app, how to input form screen fields get written back to the record?

e_wilber
Tera Guru

I am trying to do a proof of concept form within mobile that creates a task_time_worked record. I am using an input form screen as seen in the attachment below where I have 4 inputs created.

 

In the mobile app the form loads correctly with my 4 fields and you can submit and create the record, but no data is being copied from my fields to the task_time_worked record. It's just an empty record. What part am I missing that maps the data from the form to the record that's being created?

e_wilber_0-1677268976505.png 

e_wilber_1-1677269005328.png

 

 

2 REPLIES 2

Kristian1
Tera Contributor

Hello,

Did you manage to get this working, I have a similar case, where data is not pushed to the form when trying to create a new record using the input form screen.

 

thanks & regards,

Kris

ColeM
Kilo Sage

I was able to update a record in mobile by updating the existing Action Item function in the mobile app builder.

 

For me this was Mobile App Builder > Field Service Mobile > Functions > searched 'edit work order task' > click into action item edit work order task > Action item step > Edit work order task (online) > Updated the Execution script to include my inputs.