Hello Vivek, I wonder. Can you create a video with a way to archive a bit more complicated list (multiline / choise) and together with attachments? This would be appreciated. Thank you
Hi Vivek. Truly a great tutorial video. Thank you! Questions- Will this method require constantly updating any part of the steps if there are no significant changes to the SharePoint lists? Is there a less complex flow that will do the same as this one? If so, can you do a video on an alternate process flow?
The execution of template action 'Apply_to_each_2' failed: the result of the evaluation of 'foreach' expression '@body('Parse_JSON')?['body']?['d']?['results']' is of type 'Null'. The result must be a valid array. I am getting error like this..how to solve it?
Hi Vivek very helpful for beginners but if I was to use the post method for exporting data to excel is that the way to go? I have a requirement similar using Json from sp list to excel and with column name data type
Hi nice na handy tutorial.. In my case, i got error for first "Parse Json". Any feedback would be helpful. { "message": "Invalid type. Expected String but got Null.", "lineNumber": 0,
Vivek Ji I am following and learning the power automation
Keep learning and become expert
Great video. I had to change my double quotes to single quotes in the POST action. It kept throwing out an error otherwise 😊.
Well explained
Hello Vivek, I wonder. Can you create a video with a way to archive a bit more complicated list (multiline / choise) and together with attachments? This would be appreciated. Thank you
Hi Vivek. Truly a great tutorial video. Thank you! Questions- Will this method require constantly updating any part of the steps if there are no significant changes to the SharePoint lists? Is there a less complex flow that will do the same as this one? If so, can you do a video on an alternate process flow?
The execution of template action 'Apply_to_each_2' failed: the result of the evaluation of 'foreach' expression '@body('Parse_JSON')?['body']?['d']?['results']' is of type 'Null'. The result must be a valid array. I am getting error like this..how to solve it?
Hi Vivek very helpful for beginners but if I was to use the post method for exporting data to excel is that the way to go? I have a requirement similar using Json from sp list to excel and with column name data type
You can make use of "Create CSV table" action block in power automate
Should I use this flow to edith the author and the creation datetime of the original table?
Yes this can be used
Hi nice na handy tutorial..
In my case, i got error for first "Parse Json". Any feedback would be helpful.
{
"message": "Invalid type. Expected String but got Null.",
"lineNumber": 0,
Did you solve this?
In the parse json schema put this in the type where ever u feel like column can return null... example : "heat_index_f": {
"type": ["number","null"]
}
@@viveknavik2909 now I got it... we have to modify the schema loaded from the example, not the example itself...
@@calcioscacchi exactly