I have create a form to add records (for example trading cycles).
Each cycle has a column of stock and a column of cycle (number).
So in the stock details screen I have created a navigation button to the “Add cycle” form and defaulted the stock to the current stock data I am in.
Everything looks good, but when I type the cycle number in the form - the defaulted stock value disappears.
Any idea why?
I have made a screen recording to demonstrate the issue:
I now notice that it does not allow me to select a column from the cycle table to write to… It only allows columns from the user table from some reason:
I think I found how to do that but the problem is that when I add a stock I want to add it to the stock table, but by clicking this button placed in the stock details I wanted to navigate to a form that will write to the cycle table…
Also, your form doesn’t need a choice component for the stock. You can automatically pass it through the form as a column value component. Just add it like any other component and choose the component that contains your stock value.