web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Form Edit Mode not det...
Power Apps
Answered

Form Edit Mode not detected on the first Run of Program

(0) ShareShare
ReportReport
Posted on by 117

Good day,

 

It seems I have trouble with making a formula work ONLY on edit mode when it is Program is Firstly opened. This doesn't seem to happen on edit mode preview. 

 

 

The Formula of the first one is Parent.Default = 2021-10-17-PDMT-13

The  1 is just a checking to know if the application is detecting FormMode.Edit or not. It says 1 so it knows it is in edit mode

 

However, the encircled Item is showing  a different number and doing the "False" task.

 

grapejuice_0-1634494971857.png

 

This seem to happen only if I go straight to Edit Mode instead of going to create a new Form first. (But i sometimes need to do this sadly)

 

grapejuice_1-1634495072693.png

 

The Code is:

If(Form1.Mode = FormMode.Edit,Parent.Default,Text(DataCardValue2.SelectedDate,"yyyy-mm-dd-PDMT-")& Last('PADMOUNTED TRANSFORMER').ID+1)

 

Where:

DataCardValue2 = calendar date

Padmounted Transformer = Sharepoint data

ID+1 is just for counter purposes ( I do not want it to change if it is on Edit mode but at least display it. However it is displaying the ID+1 instead and if I click submit it will replace the value. Alternatively, i can disable the update on Form.Mode.Edit i suppose. But i rather have it display the correct value.

**this doesn't seem to be the case if a new sheet was already opened.

 

 

Categories:
  • WarrenBelz Profile Picture
    156,528 Most Valuable Professional on at

    Hi @grapejuice ,

    What is the Item of your Edit Form?

  • grapejuice Profile Picture
    117 on at

    Hi @WarrenBelz ,

     

    Sorry where do I see the Item of Edit Form? I do not know how to open edit form besides using a command to view previous input using table to select


    Navigate(Screen2,ScreenTransition.Cover,{SelectedItem:DataTable1.Selected});
    EditForm(Form1);

     

    For additional input the "Test ID" is the original "Title" I just renamed it.

     

    Thanks in advance

     

  • Verified answer
    WarrenBelz Profile Picture
    156,528 Most Valuable Professional on at

    Hi @grapejuice ,

    That would be a very good thing to learn - you will use it a lot. Select the form and then look for Item in the drop-down at top left. I suspect it is probably SelectedItem

    If so, change it to

    LookUp(
     'PADMOUNTED TRANSFORMER',
     ID=SelectedItem.ID
    )

     

    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.

     

  • grapejuice Profile Picture
    117 on at

    Hi @WarrenBelz ,

     

    It worked! But what seems to be the problem? You are correct it was SelectedItem.

     

    It is working on "edit mode" straight to preview previously and it was not working when it was straight up from the program / not edit mode.

     

    Now it works on both thanks.

  • grapejuice Profile Picture
    117 on at

    Hi @WarrenBelz ,

     

    Thanks for your help. Sorry but I have one last question rather than making another thread if that's okay.

     

    I am having trouble with the "published" version showing the old version unless I open in an incognito tab 

    OR clear cache of browser and relogin- this gets the job done but it is kinda annoying to have to do that everytime to ensure that the published version is updated

  • Verified answer
    WarrenBelz Profile Picture
    156,528 Most Valuable Professional on at

    Hi @grapejuice ,

    To answer your two questions

    Setting a Variable as the Item of a Form is a copy of the record selected in the gallery when it was selected and you would need to update the Variable for the form to refresh. The syntax I gave you queries the record directly in the data source (the record ID is static) and should refresh when the record does. I use this on every form I have and it works as expected.

    The second one is more prevalent in mobile devices, but I have seen it on PCs as well, although not regularly. On the iPads, my users know to simply clear the cache if they have issues and this always works. On the PC, I find refreshing the browser page generally works.

     

  • grapejuice Profile Picture
    117 on at

    Hi @WarrenBelz ,

     

    Thank you for your response.

     

    For the first one regarding Item, basically it is safe to always do that on all forms and by no way changes anything except acting it as expected?


    For the 2nd, strange I've been only using PC and it always has that flaw. even if i exit the entire browser sadly, need to clear cache 

  • WarrenBelz Profile Picture
    156,528 Most Valuable Professional on at

    Hi @grapejuice ,

    I have used this on dozens of forms for a number of years - when you think about it, there is no more direct way of "pointing" a form at the record it is managing. I have not (probably fortunately) however experienced what you are on the version issue to any significant extent.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 393 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 278 Most Valuable Professional

Last 30 days Overall leaderboard