Thank you for the details! I tried your version of the backend, and the following syntax showed errors on: const { items }
However, I have checked what my code is doing and if I pass the same variables to a session.setItems set of variables, it seems to work fine. The url and text values of the variables make it to the front end by session storage.
So, my code obviously works doing it this method, but I’m wondering why the same passing of the variable value back through the return function is not working? Any other thoughts are appreciated.