I read the JSONFormat.IndentFour option should be able to format a json string, giving it proper indenting so it becomes readable.
The example I found here uses a label to display the formated json text.
It even shows a coloured formatted JSON output. (could it be real?)
When I try to do the same, I do not see this result unfortunately.
My plain JSON text, displayed in a label looks like this:
{"name":"c43187c3-3693-4ac9-844f-08dfefd8f09d","id":"/providers/Microsoft.Flow/....
After using the JSON function:
Set( OutPutTxt , JSON( MyJSONtxt ,JSONFormat.IndentFour ));
the output in the label looks like this:
"{\"name\":\"c43187c3-3693-4ac9-844f-08dfefd8f09d\",\"id\":\"/providers/Microsoft.Flow/....
Has anyone tried? Does anyone see where I go wrong here?
I've tried the same in an input field, and a rich text field.
I see the same results.
Thanks for any feedback.
Try loading it into a Collection instead of a Variable. I think that's your problem. Even if its only one value it should be coming back from Flow in the form of a record as JSON.
Hi @Pstork1 ,
I will try that, but I have my doubts.
This is what it looks like.
{"name":"c43187c3-3693-4ac9-844f-08dfefd8f09d","id":"/providers/Microsoft.Flow/environments/Default-e3cf3c98-a978-465f-8254-9d541eeea73c/flows/c43187c3-3693-4ac9-844f-08dfefd8f09d","type":"Microsoft.Flow/environments/flows","properties":{"apiId":"/providers/Microsoft.PowerApps/apis/shared_logicflows","displayName":"Button -> Get row","userType":"Owner","definition":{"$schema":"https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#","contentVersion":"1.0.0.0","parameters":{"$connections":{"defaultValue":{},"type":"Object"},"$authentication":{"defaultValue":{},"type":"SecureObject"}},"triggers":{"manual":{"type":"Request","kind":"Button","inputs":{"schema":{"type":"object","required":[],"properties":{}}}}},"actions":{"Get_row":{"runAfter":{},"metadata":{"flowSystemMetadata":{"swaggerOperationId":"GetItem"}},"type":"ApiConnection","inputs":{"host":{"connection":{"name":"@json(decodeBase64(triggerOutputs().headers['X-MS-APIM-Tokens']))['$connections']['shared_sql']['connectionId']"}},"method":"get","path":"/datasets/default/tables/@{encodeURIComponent(encodeURIComponent('[dbo].[MH_SAPdata_updates]'))}/items/@{encodeURIComponent(encodeURIComponent('121029'))}","authentication":{"type":"Raw","value":"@json(decodeBase64(triggerOutputs().headers['X-MS-APIM-Tokens']))['$ConnectionKey']"}}},"Initialize_variable":{"runAfter":{"Get_row":["Succeeded"]},"type":"InitializeVariable","inputs":{"variables":[{"name":"com","type":"String","value":"@{body('Get_row')?['Comment']};@{body('Get_row')?['Reason']};@{body('Get_row')?['Status']}"}]}}},"outputs":{}},"triggerSchema":{"type":"object","required":[],"properties":{}},"state":"Started","connectionReferences":[{"connectionName":"0cc11648080d441ead1904e034b305bb","displayName":"SQL Server","id":"/providers/Microsoft.PowerApps/apis/shared_sql"}],"installedConnectionReferences":{"shared_sql":{"connectionName":"0cc11648080d441ead1904e034b305bb","apiDefinition":{"name":"shared_sql","id":"/providers/Microsoft.PowerApps/apis/shared_sql","type":"/providers/Microsoft.PowerApps/apis","properties":{"displayName":"SQL Server","iconUri":"https://connectoricons-prod.azureedge.net/sql/icon_1.0.1306.1889.png","purpose":"NotSpecified","connectionParameters":{"server":{"type":"string","uiDefinition":{"displayName":"SQL server name","description":"SQL server name","tooltip":"SQL server name","constraints":{"tabIndex":1,"required":"true","capability":["gateway","cloud"]}}},"database":{"type":"string","uiDefinition":{"displayName":"SQL database name","description":"SQL database name","tooltip":"SQL database name","constraints":{"tabIndex":2,"required":"true","capability":["gateway","cloud"]}}},"authType":{"type":"string","allowedValues":[{"value":"windows"},{"value":"basic"}],"uiDefinition":{"displayName":"Authentication Type","description":"Authentication type to connect to your database","tooltip":"Authentication type to connect to your database","constraints":{"tabIndex":3,"required":"false","allowedValues":[{"text":"Windows","value":"windows"},{"text":"Basic","value":"basic"}],"capability":["gateway"]}}},"username":{"type":"securestring","uiDefinition":{"displayName":"Username","description":"Username credential","tooltip":"Username credential","constraints":{"tabIndex":4,"clearText":true,"required":"true","capability":["gateway","cloud"]}}},"password":{"type":"securestring","uiDefinition":{"displayName":"Password","description":"Password credential","tooltip":"Password credential","constraints":{"tabIndex":5,"required":"true","capability":["gateway","cloud"]}}},"gateway":{"type":"gatewaySetting","gatewaySettings":{"dataSourceType":"sql","connectionDetails":["server","database"]},"uiDefinition":{"constraints":{"tabIndex":6,"required":"false","capability":["gateway"]}}},"sqlConnectionString":{"type":"securestring","uiDefinition":{"displayName":"SQL Connection String","description":"SQL Connection String","tooltip":"Password credential","constraints":{"required":"false","hidden":"true"}}}},"runtimeUrls":["https://europe-001.azure-apim.net/apim/sql"],"primaryRuntimeUrl":"https://europe-001.azure-apim.net/apim/sql","metadata":{"source":"marketplace","brandColor":"#ba141a","allowSharing":true,"useNewApimVersion":"true","version":{"previous":"releases/v1.0.1305\\1.0.1305.1883","current":"releases/v1.0.1306\\1.0.1306.1889"}},"capabilities":["tabular","gateway","cloud"],"tier":"Premium","isCustomApi":false,"description":"Microsoft SQL Server is a relational database management system developed by Microsoft. Connect to SQL Server to manage data. You can perform various actions such as create, update, get, and delete on rows in a table.","createdTime":"2016-09-30T22:53:18.4800804Z","changedTime":"2020-02-19T17:33:10.3921889Z"}},"source":"Invoker","id":"/providers/Microsoft.PowerApps/apis/shared_sql","displayName":"SQL Server","iconUri":"https://connectoricons-prod.azureedge.net/sql/icon_1.0.1306.1889.png","brandColor":"#ba141a","tier":"NotSpecified"}},"createdTime":"2018-10-24T07:27:34.7336734Z","lastModifiedTime":"2018-10-24T07:28:29.9313345Z","environment":{"name":"Default-e3cf3c98-a978-465f-8254-9d541eeea73c","type":"Microsoft.Flow/environments","id":"/providers/Microsoft.Flow/environments/Default-e3cf3c98-a978-465f-8254-9d541eeea73c"},"definitionSummary":{"triggers":[{"type":"Request","kind":"Button"}],"actions":[{"type":"ApiConnection","swaggerOperationId":"GetItem","metadata":{"flowSystemMetadata":{"swaggerOperationId":"GetItem"}}},{"type":"InitializeVariable"}]},"creator":{"tenantId":"e3cf3c98-a978-465f-8254-9d541eeea73c","objectId":"cd3205c7-55ca-486e-88f7-232803bf2ba4","userId":"cd3205c7-55ca-486e-88f7-232803bf2ba4","userType":"ActiveDirectory"},"flowTriggerUri":"https://europe-001.azure-apim.net:443/apim/logicflows/c43187c3-3693-4ac9-844f-08dfefd8f09d/triggers/manual/run?api-version=2016-06-01","installationStatus":"Broken","provisioningMethod":"FromDefinition","flowFailureAlertSubscribed":true,"referencedResources":[]}}
Now you understand why I'm keen on having the formatting. 🙂
are you sending that back from Flow using the Respond to Power Apps? Or the HTTP response action? For something that large it should be the http response action. Respond to Power Apps is limited in size and will tend to truncate the JSON.
Hi @Pstork1 ,
I'm using 'respond to power apps'.
The output is not truncated.
When I put it into the collection it does not throw an error.
When I display the output of the JSON function in a label
ClearCollect(FlowResCol,FlowAction2.Run("Get","",Gallery1.Selected.Id).res);
Set( OutPutTxt , JSON( FlowResCol ,JSONFormat.IndentFour ));
I see this:
[
{
"Value": "{\"name\":\"c43187c3-3693-4ca9-844f-08dfefd8f09d\",\"id\":\"/providers/Microsoft.Flow/environments/Default-e3cf3c98-a978-465f-8254-9d541eeea73c/flows/c43187c3-3693-4ca9-844f-08dfefd8f09d\",\"type\":\"Microsoft.Flow/environments/flows\",\"properties\":{\"apiId\":\"/providers/Microsoft.PowerApps/apis/shared_logicflows\",\"displayName\":\"Button -> Get row\",\"userType\":\"Owner\",\"definition\":{\"$schema\":\"https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#\",\"contentVersion\":\"1.0.0.0\",\"parameters\":{\"$connections\":{\"defaultValue\":{},\"type\":\"Object\"},\"$authentication\":{\"defaultValue\":{},\"type\":\"SecureObject\"}},\"triggers\":{\"manual\":{\"type\":\"Request\",\"kind\":\"Button\",\"inputs\":{\"schema\":{\"type\":\"object\",\"required\":[],\"properties\":{}}}}},\"actions\":{\"Get_row\":{\"runAfter\":{},\"metadata\":{\"flowSystemMetadata\":{\"swaggerOperationId\":\"GetItem\"}},\"type\":\"ApiConnection\",\"inputs\":{\"host\":{\"connection\":{\"name\":\"@json(decodeBase64(triggerOutputs().headers['X-MS-APIM-Tokens']))['$connections']['shared_sql']['connectionId']\"}},\"method\":\"get\",\"path\":\"/datasets/default/tables/@{encodeURIComponent(encodeURIComponent('[dbo].[MH_SAPdata_updates]'))}/items/@{encodeURIComponent(encodeURIComponent('121029'))}\",\"authentication\":{\"type\":\"Raw\",\"value\":\"@json(decodeBase64(triggerOutputs().headers['X-MS-APIM-Tokens']))['$ConnectionKey']\"}}},\"Initialize_variable\":{\"runAfter\":{\"Get_row\":[\"Succeeded\"]},\"type\":\"InitializeVariable\",\"inputs\":{\"variables\":[{\"name\":\"com\",\"type\":\"String\",\"value\":\"@{body('Get_row')?['Comment']};@{body('Get_row')?['Reason']};@{body('Get_row')?['Status']}\"}]}}},\"outputs\":{}},\"triggerSchema\":{\"type\":\"object\",\"required\":[],\"properties\":{}},\"state\":\"Started\",\"connectionReferences\":[{\"connectionName\":\"0cc11648080d441ead1904e034b305bb\",\"displayName\":\"SQL Server\",\"id\":\"/providers/Microsoft.PowerApps/apis/shared_sql\"}],\"installedConnectionReferences\":{\"shared_sql\":{\"connectionName\":\"0cc11648080d441ead1904e034b305bb\",\"apiDefinition\":{\"name\":\"shared_sql\",\"id\":\"/providers/Microsoft.PowerApps/apis/shared_sql\",\"type\":\"/providers/Microsoft.PowerApps/apis\",\"properties\":{\"displayName\":\"SQL Server\",\"iconUri\":\"https://connectoricons-prod.azureedge.net/sql/icon_1.0.1306.1889.png\",\"purpose\":\"NotSpecified\",\"connectionParameters\":{\"server\":{\"type\":\"string\",\"uiDefinition\":{\"displayName\":\"SQL server name\",\"description\":\"SQL server name\",\"tooltip\":\"SQL server name\",\"constraints\":{\"tabIndex\":1,\"required\":\"true\",\"capability\":[\"gateway\",\"cloud\"]}}},\"database\":{\"type\":\"string\",\"uiDefinition\":{\"displayName\":\"SQL database name\",\"description\":\"SQL database name\",\"tooltip\":\"SQL database name\",\"constraints\":{\"tabIndex\":2,\"required\":\"true\",\"capability\":[\"gateway\",\"cloud\"]}}},\"authType\":{\"type\":\"string\",\"allowedValues\":[{\"value\":\"windows\"},{\"value\":\"basic\"}],\"uiDefinition\":{\"displayName\":\"Authentication Type\",\"description\":\"Authentication type to connect to your database\",\"tooltip\":\"Authentication type to connect to your database\",\"constraints\":{\"tabIndex\":3,\"required\":\"false\",\"allowedValues\":[{\"text\":\"Windows\",\"value\":\"windows\"},{\"text\":\"Basic\",\"value\":\"basic\"}],\"capability\":[\"gateway\"]}}},\"username\":{\"type\":\"securestring\",\"uiDefinition\":{\"displayName\":\"Username\",\"description\":\"Username credential\",\"tooltip\":\"Username credential\",\"constraints\":{\"tabIndex\":4,\"clearText\":true,\"required\":\"true\",\"capability\":[\"gateway\",\"cloud\"]}}},\"password\":{\"type\":\"securestring\",\"uiDefinition\":{\"displayName\":\"Password\",\"description\":\"Password credential\",\"tooltip\":\"Password credential\",\"constraints\":{\"tabIndex\":5,\"required\":\"true\",\"capability\":[\"gateway\",\"cloud\"]}}},\"gateway\":{\"type\":\"gatewaySetting\",\"gatewaySettings\":{\"dataSourceType\":\"sql\",\"connectionDetails\":[\"server\",\"database\"]},\"uiDefinition\":{\"constraints\":{\"tabIndex\":6,\"required\":\"false\",\"capability\":[\"gateway\"]}}},\"sqlConnectionString\":{\"type\":\"securestring\",\"uiDefinition\":{\"displayName\":\"SQL Connection String\",\"description\":\"SQL Connection String\",\"tooltip\":\"Password credential\",\"constraints\":{\"required\":\"false\",\"hidden\":\"true\"}}}},\"runtimeUrls\":[\"https://europe-001.azure-apim.net/apim/sql\"],\"primaryRuntimeUrl\":\"https://europe-001.azure-apim.net/apim/sql\",\"metadata\":{\"source\":\"marketplace\",\"brandColor\":\"#ba141a\",\"allowSharing\":true,\"useNewApimVersion\":\"true\",\"version\":{\"previous\":\"releases/v1.0.1305\\\\1.0.1305.1883\",\"current\":\"releases/v1.0.1306\\\\1.0.1306.1889\"}},\"capabilities\":[\"tabular\",\"gateway\",\"cloud\"],\"tier\":\"Premium\",\"isCustomApi\":false,\"description\":\"Microsoft SQL Server is a relational database management system developed by Microsoft. Connect to SQL Server to manage data. You can perform various actions such as create, update, get, and delete on rows in a table.\",\"createdTime\":\"2016-09-30T22:53:18.4800804Z\",\"changedTime\":\"2020-02-19T17:33:10.3921889Z\"}},\"source\":\"Invoker\",\"id\":\"/providers/Microsoft.PowerApps/apis/shared_sql\",\"displayName\":\"SQL Server\",\"iconUri\":\"https://connectoricons-prod.azureedge.net/sql/icon_1.0.1306.1889.png\",\"brandColor\":\"#ba141a\",\"tier\":\"NotSpecified\"}},\"createdTime\":\"2018-10-24T07:27:34.7336734Z\",\"lastModifiedTime\":\"2018-10-24T07:28:29.9313345Z\",\"environment\":{\"name\":\"Default-e3cf3c98-a978-465f-8254-9d541eeea73c\",\"type\":\"Microsoft.Flow/environments\",\"id\":\"/providers/Microsoft.Flow/environments/Default-e3cf3c98-a978-465f-8254-9d541eeea73c\"},\"definitionSummary\":{\"triggers\":[{\"type\":\"Request\",\"kind\":\"Button\"}],\"actions\":[{\"type\":\"ApiConnection\",\"swaggerOperationId\":\"GetItem\",\"metadata\":{\"flowSystemMetadata\":{\"swaggerOperationId\":\"GetItem\"}}},{\"type\":\"InitializeVariable\"}]},\"creator\":{\"tenantId\":\"e3cf3c98-a978-465f-8254-9d541eeea73c\",\"objectId\":\"cd3205c7-55ca-486e-88f7-232803bf2ba4\",\"userId\":\"cd3205c7-55ca-486e-88f7-232803bf2ba4\",\"userType\":\"ActiveDirectory\"},\"flowTriggerUri\":\"https://europe-001.azure-apim.net:443/apim/logicflows/c43187c3-3693-4ca9-844f-08dfefd8f09d/triggers/manual/run?api-version=2016-06-01\",\"installationStatus\":\"Broken\",\"provisioningMethod\":\"FromDefinition\",\"flowFailureAlertSubscribed\":true,\"referencedResources\":[]}}"
}
]
So the formatting kicks in but seems to get lost in the JSON. So do I. 🙂
Do you think the output would be different if it was returned by http response?
I hope not, but I can try.
As I said, I recommend using the HTTP respond to request action instead of the respond to Power Apps. That action lets you actually load the JSON schema using a sample output. I don't know what else to recommend. All I can do is tell you what does work. If you want to keep trying it a different way then I don't know how to help you.
I'm trying to this http response action as we speak.
Not used it before, so I guess I need to add something like this to the body or headers:
body('Get_Flow')
Now I think I need to connection between powerapps and flow again.
Power apps doesn't like the .res variable in which I try to return the json
Now my issue is that the .Run() just returns true, which is correctly formatted by the way.
[
{
"Value": true
}
]
I guess I don't yet know how to return information using the 'http response action'
Nope that is just fine, thanks to @MR. Dang fine examples
Flow is definitely returning the whole body.
So my issue is on the power apps side, where I just don't know how to get that.
If you changed the action that does the return you'll need to remove the flow and re-add it in Power Apps to get it to pick up the change. Also, make sure you use a sample payload that you've gotten previously to load into the Response to generate the schema.
Hi @Pstork1 ,
You nailed it. it works
But I suddenly realize why I can't use this.
The schema returned is different for each flow.
[
{
"id": "/providers/Microsoft.Flow/environments/Default-e3cf3c98-a978-465f-8254-9d541eeea73c/flows/c43187c3-3693-4ac9-84f4-08dfefd8f09d",
"name": "c43187c3-3693-4ac9-844f-08dfefd8f09d",
"properties": {
"apiId": "/providers/Microsoft.PowerApps/apis/shared_logicflows",
"connectionReferences": [
{
"connectionName": "0cc11648080d441eda1904e034b305bb",
"displayName": "SQL Server",
"id": "/providers/Microsoft.PowerApps/apis/shared_sql"
}
],
"createdTime": "2018-10-24T07:27:34.7336734Z",
"creator": {
"objectId": "cd3205c7-55ca-486e-88f7-232803bf2ba4",
"tenantId": "e3cf3c98-a987-465f-8254-9d541eeea73c",
"userId": "cd3205c7-55ca-486e-88f7-232803bf2ba4",
"userType": "ActiveDirectory"
},
"definition": {
"$schema": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#",
"actions": {
"Get_row": {
"inputs": {
"authentication": {
"type": "Raw",
"value": "@json(decodeBase64(triggerOutputs().headers['X-MS-APIM-Tokens']))['$ConnectionKey']"
},
"host": {
"connection": {
"name": "@json(decodeBase64(triggerOutputs().headers['X-MS-APIM-Tokens']))['$connections']['shared_sql']['connectionId']"
}
},
"method": "get",
"path": "/datasets/default/tables/@{encodeURIComponent(encodeURIComponent('[dbo].[MH_SAPdata_updates]'))}/items/@{encodeURIComponent(encodeURIComponent('121029'))}"
},
"metadata": {
"flowSystemMetadata": {
"swaggerOperationId": "GetItem"
}
},
"runAfter": {},
"type": "ApiConnection"
},
"Initialize_variable": {
Bummer,...
Or could there be a way to make 'http response action' just return everything?
A wildcard schema?
That is indeed a problem. If the schema is similar, but some fields aren't returned sometimes because they are null, then there are ways to hand code the schema to allow for that. But if the schemas are completely different then it just won't work.
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!
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 in the Forums 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 of SolutionsSuper UsersNumber of Solutions @anandm08 23 @WarrenBelz 31 @DBO_DV 10 @Amik 19 AmínAA 6 @mmbr1606 12 @rzuber 4 @happyume 7 @Giraldoj 3@ANB 6 (tie) @SpongYe 6 (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. Community MembersSolutionsSuper UsersSolutions @anandm08 10@WarrenBelz 25 @DBO_DV 6@mmbr1606 14 @AmínAA 4 @Amik 12 @royg 3 @ANB 10 @AllanDeCastro 2 @SunilPashikanti 5 @Michaelfp 2 @FLMike 5 @eduardo_izzo 2 Meekou 2 @rzuber 2 @Velegandla 2 @PowerPlatform-P 2 @Micaiah 2 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 Apps anandm0861WarrenBelz86DBO_DV25Amik66Michaelfp13mmbr160647Giraldoj13FLMike31AmínAA13SpongYe27 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 Apps DBO-DV21WarranBelz26Giraldoj7mmbr160618Muzammmil_0695067Amik14samfawzi_acml6FLMike12tzuber6ANB8 SunilPashikanti8
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.
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