So, I don't exactly know how to put it, but I'm working on the "Create Task" in App Lab on Code.org for a CSP project. The app is based around building molecules, and the input I'm talking about is chemical formulas. The input is meant to connect to a formula in the formula column in the "Molecules" database I created. It is then meant to bring up related values from the "Chemical Name" and "Uses" column, which have the name and uses of the given chemical. Unfortunately it's not working, and I think it has something to do with in variable representing the input, but the problem might be deeper than that. I keep getting uistring errors and nothing really processes.
Project Link: https://studio.code.org/projects/applab/zgADk9TynKOZ2amun5WbnbfMVf53NSwywFTQs-gYsPo
I am a novice to coding, and evidently to stack overflow too.
I've tried using earlier traversal projects for reference, but none of them seem to translate well to this specifically, as the others were based on random generation. This one isn't. I've gone to other classmates, but I'm not sure if they can quite get it, and questions as specific as this are difficult to come by on the internet. I've tried changing variable names, turning the input into a string, using multiple local variables. I've gotten some functions, like elementLimit (restricting input to three letters) and elementDisplay (displaying the elements as a list without commas) to work on their own, but the others just don't seem to work. Again, I'm new to this, so open to clarifying.