|
Get Item IDs |
Scroll |
This will retrieve the unique item id (GUID) for each line-item from the Business Central API.
This Task will only be executed when the transition-condition from the Start is satisfied:

Table condition:

Must be valid for “All item in the table (must not be empty)”.
Otherwise the else-path will be taken, which skips this step.
Endpoint: https://api.businesscentral.dynamics.com/v2.0/<environment name>/sandbox/api/v2.0/companies(<company id>)/items
Request Parameters:
Key |
Value |
$filter |
Filter |
$select |
“id,number” |
Request Script:

Response Script:

Response Mapping:
Category Field |
Assignment |
ItemId |
itemIds |