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