cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Billy_C
Post Patron
Post Patron

Dataverse get request not retrieving all the data that the API is providing

Hi there,

 

I just noticed that one of my flows is experiencing a weird issue. I created a flow that creates payments for credit notes and the credited invoice, so both are balanced. Problem is that to set the paid amount, I'm using a field called ika_totalinvoicedamount.

This field does exist and is selectable after the get request in a Dataverse update request, except when I execute the flow that data is not being retrieved by the get request, I even searched in the raw data and for some reason I can't find that field and since it's a calculated field and its type is currency there should be some other fields that would describe it as well, but such field is not being retrieved.

 

Somehow using the api from get request I am able to retrieve that data:

https://i.imgur.com/dPrWX7R.png 

But the get request can't seem to retrieve all the fields as you can see the data is being retrieved just normally but not the field we need:

 

Spoiler
{
    "body": {
        "@odata.type": "#Microsoft.Dynamics.CRM.ika_invoice",
        "@odata.etag": "W/\"9655718\"",
        "@odata.editLink": "ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)",
        "ika_invoicedirection@OData.Community.Display.V1.FormattedValue": "Outgoing",
        "ika_invoicedirection": false,
        "versionnumber@OData.Community.Display.V1.FormattedValue": "9 655 718",
        "versionnumber@odata.type": "#Int64",
        "versionnumber": 9655718,
        "statecode@OData.Community.Display.V1.FormattedValue": "Active",
        "statecode": 0,
        "ika_totalbtw_state@OData.Community.Display.V1.FormattedValue": "1",
        "ika_totalbtw_state": 1,
        "statuscode@OData.Community.Display.V1.FormattedValue": "Active",
        "statuscode": 1,
        "ika_code": "F2021-21",
        "ika_totalinvoicelines_base@OData.Community.Display.V1.FormattedValue": "3 920,00 €",
        "ika_totalinvoicelines_base@odata.type": "#Decimal",
        "ika_totalinvoicelines_base": 3920,
        "createdon@OData.Community.Display.V1.FormattedValue": "13/04/2021 13:31",
        "createdon@odata.type": "#DateTimeOffset",
        "createdon": "2021-04-13T11:31:27Z",
        "ika_totalbtw@OData.Community.Display.V1.FormattedValue": "0,00 €",
        "ika_totalbtw@odata.type": "#Decimal",
        "ika_totalbtw": 0,
        "ika_totalamountpaid_date@OData.Community.Display.V1.FormattedValue": "17/06/2021 12:24",
        "ika_totalamountpaid_date@odata.type": "#DateTimeOffset",
        "ika_totalamountpaid_date": "2021-06-17T10:24:10Z",
        "ika_invoicetypecrm": "Balance Invoice",
        "ika_totalinvoicelines@OData.Community.Display.V1.FormattedValue": "3 920,00 €",
        "ika_totalinvoicelines@odata.type": "#Decimal",
        "ika_totalinvoicelines": 3920,
        "_ika_invoicefromquote_value@OData.Community.Display.V1.FormattedValue": "urb2001 - 22/12/2020",
        "_ika_invoicefromquote_value@Microsoft.Dynamics.CRM.associatednavigationproperty": "ika_InvoicefromQuote",
        "_ika_invoicefromquote_value@Microsoft.Dynamics.CRM.lookuplogicalname": "ika_quote",
        "_ika_invoicefromquote_value@odata.type": "#Guid",
        "_ika_invoicefromquote_value": "a4500dad-b551-eb11-a812-000d3a2c2e21",
        "_ownerid_value@OData.Community.Display.V1.FormattedValue": "Els De Reuse",
        "_ownerid_value@Microsoft.Dynamics.CRM.associatednavigationproperty": "ownerid",
        "_ownerid_value@Microsoft.Dynamics.CRM.lookuplogicalname": "systemuser",
        "_ownerid_value@odata.type": "#Guid",
        "_ownerid_value": "501d0cf3-26e9-ea11-a817-000d3a4b220c",
        "_ika_contact_value@OData.Community.Display.V1.FormattedValue": "Dienst Facturatie",
        "_ika_contact_value@Microsoft.Dynamics.CRM.associatednavigationproperty": "ika_Contact",
        "_ika_contact_value@Microsoft.Dynamics.CRM.lookuplogicalname": "ika_contact",
        "_ika_contact_value@odata.type": "#Guid",
        "_ika_contact_value": "e6fbcb82-3757-eb11-a812-000d3aaa97b0",
        "modifiedon@OData.Community.Display.V1.FormattedValue": "10/06/2021 9:55",
        "modifiedon@odata.type": "#DateTimeOffset",
        "modifiedon": "2021-06-10T07:55:02Z",
        "ika_totalinvoicelines_date@OData.Community.Display.V1.FormattedValue": "17/06/2021 12:24",
        "ika_totalinvoicelines_date@odata.type": "#DateTimeOffset",
        "ika_totalinvoicelines_date": "2021-06-17T10:24:10Z",
        "ika_invoicestatus@OData.Community.Display.V1.FormattedValue": "Unpaid",
        "ika_invoicestatus": 966750000,
        "_ika_company_value@OData.Community.Display.V1.FormattedValue": "URBAN ARROW",
        "_ika_company_value@Microsoft.Dynamics.CRM.associatednavigationproperty": "ika_Company",
        "_ika_company_value@Microsoft.Dynamics.CRM.lookuplogicalname": "ika_company",
        "_ika_company_value@odata.type": "#Guid",
        "_ika_company_value": "4b6578e0-8f51-eb11-a812-000d3a2c2e21",
        "ika_totalinvoicelines_state@OData.Community.Display.V1.FormattedValue": "1",
        "ika_totalinvoicelines_state": 1,
        "ika_inadvance@OData.Community.Display.V1.FormattedValue": "No",
        "ika_inadvance": false,
        "_transactioncurrencyid_value@OData.Community.Display.V1.FormattedValue": "Euro",
        "_transactioncurrencyid_value@Microsoft.Dynamics.CRM.associatednavigationproperty": "transactioncurrencyid",
        "_transactioncurrencyid_value@Microsoft.Dynamics.CRM.lookuplogicalname": "transactioncurrency",
        "_transactioncurrencyid_value@odata.type": "#Guid",
        "_transactioncurrencyid_value": "6da09790-2be4-ea11-a817-000d3a2012fa",
        "ika_totalamountpaid_base@OData.Community.Display.V1.FormattedValue": "0,00 €",
        "ika_totalamountpaid_base@odata.type": "#Decimal",
        "ika_totalamountpaid_base": 0,
        "ika_invoicetype": "Invoice",
        "exchangerate@OData.Community.Display.V1.FormattedValue": "1,0000000000",
        "exchangerate@odata.type": "#Decimal",
        "exchangerate": 1,
        "ika_creditthisinvoice@OData.Community.Display.V1.FormattedValue": "Yes",
        "ika_creditthisinvoice": true,
        "timezoneruleversionnumber@OData.Community.Display.V1.FormattedValue": "0",
        "timezoneruleversionnumber": 0,
        "_modifiedby_value@OData.Community.Display.V1.FormattedValue": "Els De Reuse",
        "_modifiedby_value@Microsoft.Dynamics.CRM.lookuplogicalname": "systemuser",
        "_modifiedby_value@odata.type": "#Guid",
        "_modifiedby_value": "501d0cf3-26e9-ea11-a817-000d3a4b220c",
        "ika_totalamountpaid@OData.Community.Display.V1.FormattedValue": "0,00 €",
        "ika_totalamountpaid@odata.type": "#Decimal",
        "ika_totalamountpaid": 0,
        "ika_invoiceid@odata.type": "#Guid",
        "ika_invoiceid": "462887c4-4b9c-eb11-b1ac-0022487f1523",
        "_owningbusinessunit_value@Microsoft.Dynamics.CRM.associatednavigationproperty": "owningbusinessunit",
        "_owningbusinessunit_value@Microsoft.Dynamics.CRM.lookuplogicalname": "businessunit",
        "_owningbusinessunit_value@odata.type": "#Guid",
        "_owningbusinessunit_value": "be6a5664-22e4-ea11-a817-000d3a2012fa",
        "ika_btwpercentage@OData.Community.Display.V1.FormattedValue": "0",
        "ika_btwpercentage": 0,
        "ika_indexcode@OData.Community.Display.V1.FormattedValue": "21",
        "ika_indexcode": 21,
        "ika_duedate@OData.Community.Display.V1.FormattedValue": "13/05/2021",
        "ika_duedate@odata.type": "#DateTimeOffset",
        "ika_duedate": "2021-05-13T00:00:00Z",
        "ika_totalbtw_date@OData.Community.Display.V1.FormattedValue": "17/06/2021 12:24",
        "ika_totalbtw_date@odata.type": "#DateTimeOffset",
        "ika_totalbtw_date": "2021-06-17T10:24:10Z",
        "ika_totalamountpaid_state@OData.Community.Display.V1.FormattedValue": "1",
        "ika_totalamountpaid_state": 1,
        "_ika_invoiceaddress_value@OData.Community.Display.V1.FormattedValue": "SMART URBAN MOBILITY B.V.",
        "_ika_invoiceaddress_value@Microsoft.Dynamics.CRM.associatednavigationproperty": "ika_InvoiceAddress",
        "_ika_invoiceaddress_value@Microsoft.Dynamics.CRM.lookuplogicalname": "ika_location",
        "_ika_invoiceaddress_value@odata.type": "#Guid",
        "_ika_invoiceaddress_value": "e12323e4-c454-eb11-a812-000d3aaa97b0",
        "ika_totalinclbtw_date@OData.Community.Display.V1.FormattedValue": "17/06/2021 12:24",
        "ika_totalinclbtw_date@odata.type": "#DateTimeOffset",
        "ika_totalinclbtw_date": "2021-06-17T10:24:10Z",
        "ika_totalinclbtw_state@OData.Community.Display.V1.FormattedValue": "1",
        "ika_totalinclbtw_state": 1,
        "_ika_advanceinvoice_value@OData.Community.Display.V1.FormattedValue": "F2021-04",
        "_ika_advanceinvoice_value@Microsoft.Dynamics.CRM.associatednavigationproperty": "ika_AdvanceInvoice",
        "_ika_advanceinvoice_value@Microsoft.Dynamics.CRM.lookuplogicalname": "ika_invoice",
        "_ika_advanceinvoice_value@odata.type": "#Guid",
        "_ika_advanceinvoice_value": "751878ac-c554-eb11-a812-000d3aaa969f",
        "ika_invoiceisfinalinvoice@OData.Community.Display.V1.FormattedValue": "Yes",
        "ika_invoiceisfinalinvoice": true,
        "_createdby_value@OData.Community.Display.V1.FormattedValue": "Billy Cottrell",
        "_createdby_value@Microsoft.Dynamics.CRM.lookuplogicalname": "systemuser",
        "_createdby_value@odata.type": "#Guid",
        "_createdby_value": "b2b712fd-f007-4749-8546-572b55d1e248",
        "ika_iscreditnote@OData.Community.Display.V1.FormattedValue": "No",
        "ika_iscreditnote": false,
        "ika_hasbeenpaid@OData.Community.Display.V1.FormattedValue": "No",
        "ika_hasbeenpaid": false,
        "ika_discount@OData.Community.Display.V1.FormattedValue": "0,00 €",
        "ika_discount@odata.type": "#Decimal",
        "ika_discount": 0,
        "ika_totalbtw_base@OData.Community.Display.V1.FormattedValue": "0,00 €",
        "ika_totalbtw_base@odata.type": "#Decimal",
        "ika_totalbtw_base": 0,
        "ika_invoicedate@OData.Community.Display.V1.FormattedValue": "13/04/2021",
        "ika_invoicedate@odata.type": "#DateTimeOffset",
        "ika_invoicedate": "2021-04-13T00:00:00Z",
        "ika_totalinclbtw_base@OData.Community.Display.V1.FormattedValue": "3 920,00 €",
        "ika_totalinclbtw_base@odata.type": "#Decimal",
        "ika_totalinclbtw_base": 3920,
        "_owninguser_value@Microsoft.Dynamics.CRM.lookuplogicalname": "systemuser",
        "_owninguser_value@odata.type": "#Guid",
        "_owninguser_value": "501d0cf3-26e9-ea11-a817-000d3a4b220c",
        "ika_totalinclbtw@OData.Community.Display.V1.FormattedValue": "3 920,00 €",
        "ika_totalinclbtw@odata.type": "#Decimal",
        "ika_totalinclbtw": 3920,
        "ika_discount_base@OData.Community.Display.V1.FormattedValue": "0,00 €",
        "ika_discount_base@odata.type": "#Decimal",
        "ika_discount_base": 0,
        "_ika_project_value@OData.Community.Display.V1.FormattedValue": "urb2001",
        "_ika_project_value@Microsoft.Dynamics.CRM.associatednavigationproperty": "ika_Project",
        "_ika_project_value@Microsoft.Dynamics.CRM.lookuplogicalname": "ika_project",
        "_ika_project_value@odata.type": "#Guid",
        "_ika_project_value": "fb2be16a-63e0-4ad3-b441-f428c98e2c47",
        "ika_invoice_DuplicateMatchingRecord@odata.associationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_invoice_DuplicateMatchingRecord@odata.navigationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_invoice_DuplicateBaseRecord@odata.associationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_invoice_DuplicateBaseRecord@odata.navigationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_invoice_SharePointDocumentLocations@odata.associationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_invoice_SharePointDocumentLocations@odata.navigationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_invoice_SharePointDocuments@odata.associationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_invoice_SharePointDocuments@odata.navigationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_invoice_AsyncOperations@odata.associationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_invoice_AsyncOperations@odata.navigationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_invoice_MailboxTrackingFolders@odata.associationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_invoice_MailboxTrackingFolders@odata.navigationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_invoice_UserEntityInstanceDatas@odata.associationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_invoice_UserEntityInstanceDatas@odata.navigationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_invoice_ProcessSession@odata.associationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_invoice_ProcessSession@odata.navigationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_invoice_BulkDeleteFailures@odata.associationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_invoice_BulkDeleteFailures@odata.navigationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_invoice_PrincipalObjectAttributeAccesses@odata.associationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_invoice_PrincipalObjectAttributeAccesses@odata.navigationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_invoice_connections1@odata.associationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_invoice_connections1@odata.navigationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_invoice_connections2@odata.associationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_invoice_connections2@odata.navigationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_invoice_Annotations@odata.associationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_Delivery_ika_Invoice_ika_Invoice@odata.associationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_Delivery_ika_Invoice_ika_Invoice@odata.navigationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_Invoice_AdvanceInvoice_ika_Invoice@odata.associationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_Invoice_AdvanceInvoice_ika_Invoice@odata.navigationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_Invoice_CreditedInvoice_ika_Invoice@odata.associationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_Invoice_CreditedInvoice_ika_Invoice@odata.navigationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_InvoicefromCreditNote@odata.associationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_InvoicefromCreditNote@odata.navigationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_Invoice_InvoicefromCreditNote_ika_Inv@odata.associationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_Invoice_InvoicefromCreditNote_ika_Inv@odata.navigationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_InvoicefromDelivery@odata.associationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_InvoiceLine_ika_Invoice_ika_Invoice@odata.associationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_InvoiceLine_ika_Invoice_ika_Invoice@odata.navigationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_Payment_ika_Invoice_ika_Invoice@odata.associationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_Payment_ika_Invoice_ika_Invoice@odata.navigationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_Project_AdvanceInvoice_ika_Invoice@odata.associationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_Project_AdvanceInvoice_ika_Invoice@odata.navigationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_Project_ika_Invoice_ika_Invoice@odata.associationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_Project_ika_Invoice_ika_Invoice@odata.navigationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_Reminder_ika_Invoice_ika_Invoice@odata.associationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik...",
        "ika_Reminder_ika_Invoice_ika_Invoice@odata.navigationLink": "https://ikanda.crm4.dynamics.com/api/data/v9.1/ika_invoices(462887c4-4b9c-eb11-b1ac-0022487f1523)/ik..."
    }
}

Is there a reason why that data is not being retrieved?

 

Thanks in advance,

 

Billy Cottrell

1 REPLY 1

Hello. Just try to add the following header in your request:

 

Prefer: odata.include-annotations="OData.Community.Display.V1.FormattedValue"

 

It worked out for me

Helpful resources

Announcements

Community will be READ ONLY July 16th, 5p PDT -July 22nd

Dear Community Members,   We'd like to let you know of an upcoming change to the community platform: starting July 16th, the platform will transition to a READ ONLY mode until July 22nd.   During this period, members will not be able to Kudo, Comment, or Reply to any posts.   On July 22nd, please be on the lookout for a message sent to the email address registered on your community profile. This email is crucial as it will contain your unique code and link to register for the new platform encompassing all of the communities.   What to Expect in the New Community: A more unified experience where all products, including Power Apps, Power Automate, Copilot Studio, and Power Pages, will be accessible from one community.Community Blogs that you can syndicate and link to for automatic updates. We appreciate your understanding and cooperation during this transition. Stay tuned for the exciting new features and a seamless community experience ahead!

Summer of Solutions | Week 4 Results | Winners will be posted on July 24th

We are excited to announce the Summer of Solutions Challenge!    This challenge is kicking off on Monday, June 17th and will run for (4) weeks.  The challenge is open to all Power Platform (Power Apps, Power Automate, Copilot Studio & Power Pages) community members. We invite you to participate in a quest to provide solutions to as many questions as you can. Answers can be provided in all the communities.    Entry Period: This Challenge will consist of four weekly Entry Periods as follows (each an “Entry Period”)   - 12:00 a.m. PT on June 17, 2024 – 11:59 p.m. PT on June 23, 2024 - 12:00 a.m. PT on June 24, 2024 – 11:59 p.m. PT on June 30, 2024 - 12:00 a.m. PT on July 1, 2024 – 11:59 p.m. PT on July 7, 2024 - 12:00 a.m. PT on July 8, 2024 – 11:59 p.m. PT on July 14, 2024   Entries will be eligible for the Entry Period in which they are received and will not carryover to subsequent weekly entry periods.  You must enter into each weekly Entry Period separately.   How to Enter: We invite you to participate in a quest to provide "Accepted Solutions" to as many questions as you can. Answers can be provided in all the communities. Users must provide a solution which can be an “Accepted Solution” in the Forums in all of the communities and there are no limits to the number of “Accepted Solutions” that a member can provide for entries in this challenge, but each entry must be substantially unique and different.    Winner Selection and Prizes: At the end of each week, we will list the top ten (10) Community users which will consist of: 5 Community Members & 5 Super Users and they will advance to the final drawing. We will post each week in the News & Announcements the top 10 Solution providers.  At the end of the challenge, we will add all of the top 10 weekly names and enter them into a random drawing.  Then we will randomly select ten (10) winners (5 Community Members & 5 Super Users) from among all eligible entrants received across all weekly Entry Periods to receive the prize listed below. If a winner declines, we will draw again at random for the next winner.  A user will only be able to win once overall. If they are drawn multiple times, another user will be drawn at random.  Individuals will be contacted before the announcement with the opportunity to claim or deny the prize.  Once all of the winners have been notified, we will post in the News & Announcements of each community with the list of winners.   Each winner will receive one (1) Pass to the Power Platform Conference in Las Vegas, Sep. 18-20, 2024 ($1800 value). NOTE: Prize is for conference attendance only and any other costs such as airfare, lodging, transportation, and food are the sole responsibility of the winner. Tickets are not transferable to any other party or to next year’s event.   ** PLEASE SEE THE ATTACHED RULES for this CHALLENGE**   Week 1 Results: Congratulations to the Week 1 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge.   Community MembersNumber SolutionsSuper UsersNumber Solutions Deenuji 9 @NathanAlvares24  17 @Anil_g  7 @ManishSolanki  13 @eetuRobo  5 @David_MA  10 @VishnuReddy1997  5 @SpongYe  9JhonatanOB19932 (tie) @Nived_Nambiar  8 @maltie  2 (tie)   @PA-Noob  2 (tie)   @LukeMcG  2 (tie)   @tgut03  2 (tie)       Week 2 Results: Congratulations to the Week 2 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 2: Community MembersSolutionsSuper UsersSolutionsPower Automate  @Deenuji  12@ManishSolanki 19 @Anil_g  10 @NathanAlvares24  17 @VishnuReddy1997  6 @Expiscornovus  10 @Tjan  5 @Nived_Nambiar  10 @eetuRobo  3 @SudeepGhatakNZ 8     Week 3 Results: Congratulations to the Week 3 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 3:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji32ManishSolanki55VishnuReddy199724NathanAlvares2444Anil_g22SudeepGhatakNZ40eetuRobo18Nived_Nambiar28Tjan8David_MA22   Week 4 Results: Congratulations to the Week 4 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 4:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji11FLMike31Sayan11ManishSolanki16VishnuReddy199710creativeopinion14Akshansh-Sharma3SudeepGhatakNZ7claudiovc2CFernandes5 misc2Nived_Nambiar5 Usernametwice232rzaneti5 eetuRobo2   Anil_g2   SharonS2  

Check Out | 2024 Release Wave 2 Plans for Microsoft Dynamics 365 and Microsoft Power Platform

On July 16, 2024, we published the 2024 release wave 2 plans for Microsoft Dynamics 365 and Microsoft Power Platform. These plans are a compilation of the new capabilities planned to be released between October 2024 to March 2025. This release introduces a wealth of new features designed to enhance customer understanding and improve overall user experience, showcasing our dedication to driving digital transformation for our customers and partners.    The upcoming wave is centered around utilizing advanced AI and Microsoft Copilot technologies to enhance user productivity and streamline operations across diverse business applications. These enhancements include intelligent automation, AI-powered insights, and immersive user experiences that are designed to break down barriers between data, insights, and individuals. Watch a summary of the release highlights.    Discover the latest features that empower organizations to operate more efficiently and adaptively. From AI-driven sales insights and customer service enhancements to predictive analytics in supply chain management and autonomous financial processes, the new capabilities enable businesses to proactively address challenges and capitalize on opportunities.    

Updates to Transitions in the Power Platform Communities

We're embarking on a journey to enhance your experience by transitioning to a new community platform. Our team has been diligently working to create a fresh community site, leveraging the very Dynamics 365 and Power Platform tools our community advocates for.  We started this journey with transitioning Copilot Studio forums and blogs in June. The move marks the beginning of a new chapter, and we're eager for you to be a part of it. The rest of the Power Platform product sites will be moving over this summer.   Stay tuned for more updates as we get closer to the launch. We can't wait to welcome you to our new community space, designed with you in mind. Let's connect, learn, and grow together.   Here's to new beginnings and endless possibilities!   If you have any questions, observations or concerns throughout this process please go to https://aka.ms/PPCommSupport.   To stay up to date on the latest details of this migration and other important Community updates subscribe to our News and Announcements forums: Copilot Studio, Power Apps, Power Automate, Power Pages

Users online (1,589)