Hi,
I'm very new to F&O and I'm building a Power Automate Flow to create a new Employee, and add an address to that employee. There are a list of existing addresses in the system to choose from.
I have done that actions manually, and I see after assigning an address, following fields are modified on the employee record.
AddressLocationRoles": "Delivery;Payment",
PrimaryAddressLocation": 5637145328,
AddressValidFrom": "2019-01-23T13:06:31Z",
AddressCountryRegionISOCode": "CL",
AddressLocationId": "000005902",
AddressState": "13",
AddressCity": "GANDIA - VALENCIA",
AddressNameDescription": "SpA",
AddressStreet": "Av. Real",
AddressCountryRegionId": "CHL",
AddressCounty": "1301",
AddressValidTo": "2154-12-31T23:59:59Z",
If I do set that details when creating an employee in Power automate, the address is added correctly, I can query CustomerPostalAddresses to get address details, but I'm NOT able to get values for PrimaryAddressLocation on any table.
If I don't set PrimaryAddressLocation when creating the employee, the address is added, however is added as a new address, and not as the predefined/existing address in the system.
Do you know where can I find that column/field?
Researching I see some people mention LogisticsPostalAddress table, however I cant find that table on my F&O system using Power automate.