Hi,
I'm building a app to register inventory withdrawns. For that I created a list of itens available in the inventory and another list for register withdrawns with the name of the item, date, quantity, user etc.. The list of itens seeds a gallery that, when the item is selected, it's creates a variable (var, ThisItem) and navigate to editing form linked to the register list. In the editing form, the item selected is autofilled by ThisItem.Title, as the itens descriptions were in the Title column of the list of itens; date is filled by Today() function and user by User.Name() function. All fields are disabled, except by the quantity field. All autofill functions are performed on each Datacard's Default property, as the DataCardValeu Text Input field maintained the Parent.Default property. After submitting the form all data is posted in the list, except by the item description (ThisItem.Title).
There is no error in the item description on Datacard ThisItem.Title as it shows the correct item description, and I already tried to put the function directly in the DataCardValeu Text Input field with no success. I tried to check what has been submitted by PowerApps Monitor, but it provides only submittion info and not the data submitted.
There is anyone that know how to solve this issue?
Thanks in advance.