Hello AppSheet Community
I am attempting to have a field in my form prepopulated, so I wrote this expression, but the field still will not be prepopulated. What did I do wrong?
Thanks.
Tiffany
ifs(index(split(agid test entry[well position],’-’),2)=‘4C’,> concatenate((max(extractnumbers(index(split(agid test entry[well position],’-’),1)))+1) , ‘1A’),> index(split(agid test entry[well position],’-’),2)=‘1A’,> concatenate((max(extractnumbers(index(split(agid test entry[well position],’-’),1)))) , ‘1B’),> index(split(agid test entry[well position],’-’),2)=‘1B’,> concatenate((max(extractnumbers(index(split(agid test entry[well position],’-’),1)))) , ‘1C’),> index(split(agid test entry[well position],’-’),2)=‘1C’,> concatenate((max(extractnumbers(index(split(agid test entry[well position],’-’),1)))) , ‘2A’),> index(split(agid test entry[well position],’-’),2)=‘2A’,> concatenate((max(extractnumbers(index(split(agid test entry[well position],’-’),1)))) , ‘2B’),> index(split(agid test entry[well position],’-’),2)=‘2B’,> concatenate((max(extractnumbers(index(split(agid test entry[well position],’-’),1)))) , ‘2C’),> index(split(agid test entry[well position],’-’),2)=‘2C’,> concatenate((max(extractnumbers(index(split(agid test entry[well position],’-’),1)))) , ‘3A’),> index(split(agid test entry[well position],’-’),2)=‘3A’,> concatenate((max(extractnumbers(index(split(agid test entry[well position],’-’),1)))) , ‘3B’),> index(split(agid test entry[well position],’-’),2)=‘3B’,> concatenate((max(extractnumbers(index(split(agid test entry[well position],’-’),1)))) , ‘3C’),> index(split(agid test entry[well position],’-’),2)=‘3C’,> concatenate((max(extractnumbers(index(split(agid test entry[well position],’-’),1)))) , ‘4A’),> index(split(agid test entry[well position],’-’),2)=‘4A’,> concatenate((max(extractnumbers(index(split(agid test entry[well position],’-’),1)))) , ‘4B’),> index(split(agid test entry[well position],’-’),2)=‘4B’,> concatenate((max(extractnumbers(index(split(agid test entry[well position],’-’),1)))) , ‘4C’),> )
