Hello all,
I need to take more than 2 values from the selected row in D365 f&o and pass them to Canvas App (Power Apps). Can someone help me with this topic?
Thanks
Hello all,
I need to take more than 2 values from the selected row in D365 f&o and pass them to Canvas App (Power Apps). Can someone help me with this topic?
Thanks
Hello,
What I did when I had such a task was I used one parameter as a placeholder, concatenated values I needed to pass using some separator (for example |), and then parsed it in Canvas App.