Hello,
I am creating a powerap that I intend to use with a flow triggered by a button in the app. I have the OnSelect property of the button set to;
Collect(
FormInfo,
{
SiteTitle: SiteTitle.Text,
SiteDescription: SiteDescription.Text,
SiteAddress: SiteAddress.Text,
SiteOwner: SiteOwner.SelectedItems,
SiteTemplate: SiteTemplate.SelectedText
}
);
Set(
FormObj,
JSON(FormInfo));
How every it doesn't seem to like the the collection name. I've tried many others but same issue, I can't see where the syntax is incorrect. Anyone experience this, How can I achieve this.
I appreciate any assistance I can get.
Thank you,
DWTKBrook