Hi, I am rather new to using nintex and having trouble when setting up a calculated field with a lookup. I have the form working as far as I can have a drop down of different sections of products and then a drop down to select a product. From there i want to automatically display the cost for that product. I can get this working on the desktop but having problems and getting an error on mobile app.
This is the calculation which is working for desktop but not mobile.
lookup("PPE-Product", "ID", Products, "Price")
Wondering if anyone has any suggestions on how to resolve this issue.
Thanks in advance.