I have this code that works great, but i need to add one more concatenated set of fields from the same collection and cannot find the right place on the page to add the string without corrupting this code.
I am looking to add two field keys that are not included in this code to make one field key like first and last name but not first and last name
So I know why this error code exists but cannot find the right way to show in js file with aforementioned code block without corrupting the full name row code
You can’t pass 3 variables to the hook, and you can’t use “return” like that. You should decide if the 1st variable name should be “item” or “row” and stick to it.
I didn’t read your full code, so there might be other problems.
But you should try it. Also change all the "item"s in line 17 to “row” not only the first one.