This post is a part of a series. If you are new to this use case, please check my previous post to understand the problem and solution design.
In this post, we will discuss how to perform CRUD operations on this dataset
Let’s start..
Here’s our dataset record sample:
{
"UserID": "SomeID",
"UserName": "John Doe",
"Time Entries": [
{
"Week": 1,
"Day": "Sunday",
...
Continue Reading Kaushal Kodagoda’s Article on their blog
Perform CRUD operations on expanding datasets in SharePoint (Part 1)
This post is a part of a series. If you are new to this use case, please check my previous post to understand the problem and solution design. In this post, we will discuss how to perform CRUD operations on this dataset Let’s start.. Here’s our dataset record sample: { “UserID”: “SomeID”, “UserName”: “John Doe”,…
Blog Syndicated with Kaushal Kodagoda’s Permission
More About This Author
Array
Dyn365CE2022.01.16Perform CRUD operations on expanding datasets in SharePoint (Part 2)
Dyn365CE2022.01.16Perform CRUD operations on expanding datasets in SharePoint (Part 1)
Dyn365CE2022.01.15Using SharePoint list for expanding datasets
Dyn365CE2021.08.30Transpose table columns using Power Automate (With example)