For further processing of the data I need the AccountId of the corresponding account within my embedded canvas app (attached to the account record).
I could retreive the AccountId with the preview solution using First(ModelDrivenFormIntegration.Data).AccountId.
Isn't this field available with the new ModelDrivenFormIntegration control?
ModelDrivenFormIntegration.Item.AccountId is not valid, while all other account fields are there.
Solved! Go to Solution.
Never mind, found it myself in the end.
Just to share: I did try ModelDrivenFormIntegration.Item.Account but with no luck. But when placed it within the Text function, it returns the id of the account I was looking for.
So my solution was: Text(ModelDrivenFormIntegration.Item.Account)
Never mind, found it myself in the end.
Just to share: I did try ModelDrivenFormIntegration.Item.Account but with no luck. But when placed it within the Text function, it returns the id of the account I was looking for.
So my solution was: Text(ModelDrivenFormIntegration.Item.Account)
User | Count |
---|---|
230 | |
102 | |
98 | |
56 | |
33 |
User | Count |
---|---|
282 | |
112 | |
109 | |
64 | |
63 |