Hi @kanyavenkatappa,
I was looking for the raw inputs to see the actual values which are used in the different dynamic content fields and variables. This way I can try and reproduce it with your test data. In your reply I still see the variables and the outputs of the compose actions as expressions. Can you post the actual values you are using?
Below is the raw input I used in my test. I was able to create the page as draft with this sample. Can you check if that sample works for you as well?
{
"host": {
"connectionReferenceName": "shared_sharepointonline",
"operationId": "HttpRequest"
},
"parameters": {
"dataset": "",
"parameters/method": "POST",
"parameters/uri": "_api/sitepages/pages(131)/SavePageAsDraft",
"parameters/headers": {
"content-type": "application/json;odata=verbose",
"Accept": "application/json;odata-verbose"
},
"parameters/body": "{\"__metadata\":{\"type\":\"SP.Publishing.SitePage\"},\"LayoutWebpartsContent\":\"[{\\\"id\\\":\\\"cbe7b0a9-3504-44dd-a3a3-0e5cacd07788\\\",\\\"instanceId\\\":\\\"cbe7b0a9-3504-44dd-a3a3-0e5cacd07788\\\",\\\"title\\\":\\\"\\\\n Title area\\\\n \\\",\\\"description\\\":\\\"\\\\n Title area description\\\\n \\\",\\\"audiences\\\":[],\\\"serverProcessedContent\\\":{\\\"htmlStrings\\\":{},\\\"searchablePlainTexts\\\":{},\\\"imageSources\\\":{\\\"imageSource\\\":\\\"/_LAYOUTS/IMAGES/SLEEKTEMPLATEIMAGETILE.JPG\\\"},\\\"links\\\":{},\\\"customMetadata\\\":{\\\"imageSource\\\":{}}},\\\"dataVersion\\\":\\\"1.4\\\",\\\"properties\\\":{\\\"imageSourceType\\\":2,\\\"title\\\":\\\"Test\\\",\\\"textAlignment\\\":\\\"Left\\\",\\\"showPublishDate\\\":false,\\\"authors\\\":[],\\\"showTopicHeader\\\":false,\\\"authorByline\\\":[],\\\"layoutType\\\":\\\"CutInShape\\\",\\\"titlePlaceholder\\\":\\\"Name your news post\\\",\\\"topicHeader\\\":\\\"\\\",\\\"hasTitleBeenCommitted\\\":false},\\\"reservedHeight\\\":306}]\",\"AuthorByline\":[],\"TopicHeader\":\"\",\"Title\":\"Test\",\"BannerImageUrl\":\"/_layouts/15/images/sitepagethumbnail.png\",\"CanvasContent1\":\"[{\\\"controlType\\\":4,\\\"id\\\":\\\"1212fc8d-dd6b-408a-8d5d-9f1cc787efbb\\\",\\\"position\\\":{\\\"controlIndex\\\":2,\\\"sectionIndex\\\":1,\\\"sectionFactor\\\":12,\\\"zoneIndex\\\":1,\\\"layoutIndex\\\":1},\\\"addedFromPersistedData\\\":true,\\\"emphasis\\\":{},\\\"innerHTML\\\":\\\"<p>Test<b>Bold</b><br></p>\\\"},{\\\"controlType\\\":0,\\\"pageSettingsSlice\\\":{\\\"isDefaultDescription\\\":true,\\\"isDefaultThumbnail\\\":true}}]\",\"Categories\":\"\"}"
}
}
