Hey helpers,
Am stuck on a quest to success, i have two Data-verse tables:
- MobilizationTemplate
- StoreReferancial
Those tables are in a relationship ❤️ (Many-to-many)
My goal is when creating a new Mobilization how can i patch using relate() and edit using Unrelate(), i have tried many ways and dont get the result wanted, here is one of my formula
ForAll(
StoreRefValue.SelectedItems As store, //Dropdox with related items
Relate(
ThisRecord.MobilizationTemplete,
store
)Am going nuts over this, if someone knows please do tell the secret.

Report
All responses (
Answers (