Hi, I think I found bug, I'm not sure. There is a slight difference in JSON structure between standard SharePoint form and Plumsail form for an image field. This cause that a Gallery view for a list doesn't display tiles for images added by Plumsail form.
SharePoint form:
{"fileName":"name","serverRelativeUrl":"image URL","id":"generated ID","serverUrl":"server URL","thumbnailRenderer":{"spItemUrl":"
I can't see whole JSON but Plumsail form consist of only this without thumbnail section:
{"name":name.jpg","serverRelativeUrl":"image realitve URL","id":"generated Id"}
Is it bug or it's somthing wrong in standard configuration of my form? I just added image filed without any additional changes in configuration.
WF