May I know how PowerApps linking two different form by SOPNUMBER
[Sales Order Transaction] = Parent
contain = Edit Form - Default mode (new) and Gallery
[Sales Order Item] = Child
contain = Edit Form - Default mode (new)
Problem :
- So far I not sure how to pass Sales Order Transaction 'SOPNUMBER' to Sales Order item.
- I am using SQL method to store data. how to get current 'EDIT FORM-SOPNUMBER' field as record, so that filter with SOPNUMBER. For example, [items] = Filter(SOP10200,SOPNUMBER = DataCardValue8.Text).