Help

Re: Updating Records Issue

413 1
cancel
Showing results for 
Search instead for 
Did you mean: 
James_Liberto
5 - Automation Enthusiast
5 - Automation Enthusiast

Hello I am trying to create a script to enter in new information if needed or change information on a record if needed based on user button. I cannot seem to get the updaterecordasync to work. For the first one I just tested it by automatically changing a field ‘employees’ and giving it a set value, which I have been unsuccessful at getting to work. Ideally I would like to take user input and put it into the record field. I have attempted this on second part of the if statement with no luck either. Thank you for any help.

image
image

2 Replies 2
James_Liberto
5 - Automation Enthusiast
5 - Automation Enthusiast

Update I realized I need to have await before the table.updaterecord I am still having trouble using the variables in the updaterecordasync function

Haven’t seen this earlier, but on the subject of variable consistency, read up on JS scopes. Also, try using a free IDE like VSC to write your scripts; having a capable linter makes all the difference in the world, especially if you’re still in the trial-and-error learning phase.