February 5, 20187 yr hello , I have a script that makes a new record on my iphone . It works well except when your making a record for the first time. it makes on "inactive" record and on "Active" record. Thos is because the status field is empty for the first record. what would i insert to check if its empty , if so new record , if not make "Inactive" Thanks
February 5, 20187 yr Something like: If[ IsEmpty( status ) ] ... your new record steps here Else Set Field[ status ; "inactive" ] End If
Create an account or sign in to comment