How to call odata in Dynamics 365 SCM.
I made an entity called JournalTransferHeaders at D365 SCM.
And I want to create the next function.
1) 'Refresh" button click.
2) https://AAABBB1face947e5269a3aaos.cloudax.dynamics.com/data/JournalTransferHeaders?$select=Journal&?$filter=dataAreaId eq 'USMF'&cross-company=true
JournalTransferHeaders = entity name
* select field = journal, fillter = USMF
3) get data and save collect
Q1) How do I code in power apps?
Q2) Do I need Power Automae to implement these features?