Hello community.
I am building my blog and stuck on my ‘createNewBlog’ page. I have 2 data types :
- BlogPost - Fields [
title: Text,
excerpt: Text,
blogThumbnail: Image,
blogContent: List of BlogContent
]
- BlogContent - Fileds [
parentBlogPost: BlogPost,
contentType: ContentType(Option Set <Text,Image>),
contentData: Text
]
This is what I have managed so far:
- Set Up Custom State
Name of the custom state: TempBlogContents.
Type: blogContent.
List: Yes.
- Created the Repeating Group for blogContent
type of content = blogContent.
data source of the repeating group = custom state TempBlogContents.
-
Added a dropdown for contentType & pictureUploader and multitextInput to display conditionally depending on the contentType Repeating Group
-
Added Button to Add blogContent Entries outside the Repeating Group
Problem:
I am struggling to save the data from the inputs inside each cell in the RG.
Appreciating help from y’all.
Thank you.
Can you share the screenshot of the workflow to save the input, and where exactly are you trying to save the data?
system
Closed
3
This topic was automatically closed after 70 days. New replies are no longer allowed.