Hi
I have create an app to collected data using gallery, collection to patch multiple records ,
also used concat to combine all the records in one line
please check the SharePoint list
Now I want to view this date in another gallery but this is showing with me
I have added a VAR in onestart to identify the item using ID
If(
!IsBlank(Param("ID")),
Set(
varItem,
LookUp('Purchase Request', ID = Value(Param("ID")))
)
);
then set the item property of gallery to varItem
but this is the format showing like this
I want it to be in multiple lines
same as the gallery I have entered the data in is there a way to separate the concatenated date to show them separately