Is there way to initialize Multiple variable in single block ?
currently i am using initialize variable block for each variable declaration ? when i have more 10 variables its congested.
instead of code flow its more of variable flow 😞
any workaround for this ? also not able to find documentation for this.kindly help.
Doing what you want would require a loop and you can't declare a variable inside of a loop. Consider using Compose actions in place of your variables where possible - many times Compose actions can replace a variable and are much more efficient.
Hi @samsundar ,
You can use Parse Json action to define multiple variables . I just declared this object :
Content :
{
"fromEmail": "abc@abc.com",
"replyToEmail": "abc@abc.com",
"libraryId": 1,
"messageId": 2
}
Schema :
@ManishJain does this solution works for changing/dynamic values as well ? i dont have fixed values for variables some of changes based on output response from mail.
when i tried this unable set variables.
This is a great solution !
Thank you very much.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Learn from the top Power BI, Power Apps, Power Automate & Power Virtual Agents experts!
User | Count |
---|---|
32 | |
32 | |
22 | |
22 | |
19 |
User | Count |
---|---|
56 | |
56 | |
41 | |
37 | |
29 |