Hi,
I am facing issue related to loading data between Dropdown menu selection / gallery (including many of text input fields, reading data from SharePoint list) / and HTML TEXT field. It looks like this is PowerApps bug, but I believe that there is some possible workaround to overcome.
What is the purpose of my PowerApps tool?
I have created tool where selecting one position from dropdown menu loading to HTML text field specific other data from the same row in the SharePoint list. Dropdown menu includes entries from one of columns from this SharePoint list. This HTML text field is the preview of the email content which will be send based on Office365Outlook.SendEmailV2 (sending email feature works correctly).
How the tool is built (brief description)?
Dropdown menu:
"Items" - SharePoint list name
"Value" - one of the column name
I have hidden Gallery configured as below:
Filter('SharePoint list Entries','ID Column'=DropdownEmail01.SelectedText.Value)
Gallery has inside many textinput fields reading data from proper SharePoint column:
"Data" fields - "Defaults" are entered as eg. "ThisItem.'ColumnName01'.
And I have HTML TEXT field which has a content like:
Answer01: ABC.
Exemplary ABC is loaded data from Gallery based on textinput name where is linked this above 'ThisItem.'....
This HTML text field is configured like:
"Answer01: " & textinput01.Text & "."
Where is the problem?
Often when I select entry in the dropdown menu, all the data from Gallery are not loaded. There is the temporary workaround for this but only in edit mode: when I will cut the Gallery from the screen and then paste gallery again from clipboard, entries will work properly in HTML text field. I can chose anything from dropdown menu and HTML TEXT field will load whole data always till I will not close edit mode. But I can't apply this for play mode.
Ideas to overcome the issue but I don't have idea how to manage:
- some delay in loading gallery first before loading data to the html filed
- some hidden ordering when I choose new entry in dropdown menu then load Sharepoint row in Gallery first, then load data to HTML TEXT input filed based on textinput name connected to Gallery.
Thanks everyone for your ideas in advance!