Hello,
I have this issue after SubmitForm(EditForm);, the form display the previous record. The datasource update correct. But I have a flow need to catch a form record value. So it becomes incorrect info. thanks for your help.
Solved! Go to Solution.
Hi @ArtU ,
This is easily done, but needs some possible change to the Item of the Form.
If you do this when selecting the record from the gallery (on the OnSelect)
Set(
gblID,
ThisItem.ID
)
and then have your Form Item
LookUp(
ListName,
ID=gblID
)
You can put this on the OnSuccess of the Form
Set(
gblID,
Self.LastSubmit.ID
);
ViewForm(Self)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Hi @ArtU ,
This is easily done, but needs some possible change to the Item of the Form.
If you do this when selecting the record from the gallery (on the OnSelect)
Set(
gblID,
ThisItem.ID
)
and then have your Form Item
LookUp(
ListName,
ID=gblID
)
You can put this on the OnSuccess of the Form
Set(
gblID,
Self.LastSubmit.ID
);
ViewForm(Self)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Hi @ArtU ,
Just checking if you got the result you were looking for on this thread. Happy to help further if not.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
User | Count |
---|---|
258 | |
110 | |
97 | |
57 | |
40 |