I have two lists. One is called Purchase Request. the other is called Description List.
The main list is the purchase request. and I have a lookup column called model-description. I created a cascading dropdown custom card. so when I select the model description it should auto-populate 3 other fields on my customs form. the pother field or data card called NS, PART#, PRICE.
I used the distinct formula and it did work fine with the auto-populated info. but when submitting the form using a button. none of these fields are saved on the SharePoint list.
when tried to check the value of the card. there was no card value in any of the fields that I have created as dropdowns. because the text field didn't work with cascading.
Please help