Hey,
I am working through the Appian Developer Course.
I have come across an issue on build an application step 8, I'm hoping to get some help with.
The image below shows the step I am currently working on (.8 on page 6)
The task is to replace the category, status and condition numeric values with the values from the look up table created in an earlier task.
I have not been able to get this to work, only the null value "_" shows on my interface.
The relationships have been checked multiple times.
Any advice on where I have gone wrong would be much appreciated.
Many thanks
Discussion posts and replies are publicly visible
Can you provide us with the code you used .
Category code
Condition code
Can you provide us with more details , it's hard to debug with current data. Your related record reference is correct , Can you provide us screenshot of total summary view code(or just the Category field Code) , I just want to make you referenced it correct
Sure, hope this helps.
There aren't any errors in your code. And you called it in record ?? And passed vechile : rv!record , i hope you did these steps.
Toby said:
I want to know is it record view ? or just the interface preview
Up and working now thanks.
Managed to resolve the issue calling a getVehicle action created in an earlier exercise
Good to hear