You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

AI Agent Creating Separate Budgets for Multiple Resources Instead of a Single Project Budget

Summary:

Hi everyone,

I'm working on creating a project budget using an AI agent and have defined the business object as follows:

{  "FinancialPlanType": "DEMO Financial Plan",  "PlanningAmounts": "{pPlanningAmounts}",  "PlanVersionName": "{pPlanVersionName}",  "PlanVersionDescription": "{pPlanVersionDescription}",  "PlanVersionStatus": "{pPlanVersionStatus}",  "ProjectNumber": "{pProjectNumber}",  "ProjectName": "{pProjectName}",  "BudgetCreationMethod": "{pBudgetCreationMethod}",  "PlanningResourceBreakdownStructure": "{pPlanningResourceBreakdownStructure}",  "PlanningResources": [    {      "TaskNumber": "{pPlanningResources.TaskNumber}",      "ResourceName": "{pPlanningResources.ResourceName}",      "PlanningStartDate": "{pPlanningResources.PlanningStartDate}",      "PlanningEndDate": "{pPlanningResources.PlanningEndDate}",      "PlanningAmounts": [        {          "Quantity": "{pPlanningResources.PlanningAmounts.Quantity}",          "Currency": "{pPlanningResources.PlanningAmounts.Currency}",          "RawCostAmounts": "{pPlanningResources.PlanningAmounts.PCRawCostAmounts}"        }      ]    }  ]}


Content (please ensure you mask any confidential information):

The issue I'm facing is that when I input multiple resources, the agent creates separate budgets for each resource. However, the expected behavior is to

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!