Hello
Generate dynamic children
1. i have news document where news.images[] is list or array i have image data type defined in flutter flow with image={title:string,subtitle:string,path:ImagePath} properties.
If i generate dynamic children in list view i can see all images for specific news, but i cant add image path to the image.path as ImagePath from Upload Image URL, i try to do so with string but wont work either what im doing wrong.
I try to create special action but with out success, parameters that i pass to the action can be only string, ImagePath but Uploaded File URL cant be selected as action parameter it is non standard type so there is no Uploaded File URL in the list.