I'm working with a portal form in power apps, and my question is that I can't update a column in the dataverse. Basically I want that when the "Send" (Enviar)button is pressed, the record that was recorded changes its value.
Taking the following form as an example, I want the Status (Estado) column to change to Inactive when I click on submit (Enviar).
Can anybody help me out here?
Cheers folks.
Solved! Go to Solution.
Hi @Prakash4691, Thank you very much, your idea solved my problem, it was only to configure a metadata in the final form.
The solution was the following. (When submitting the form the boolean data will be saved as true)
Hi @MartinVargas,
I don't have experience in portal but in model driven apps I would add a PowerFx formula, something like:
Patch(Table,Self.Selected.Item,{Estado:'Estado (Table)'.Inactive});
Hello @MartinVargas,
Could you please tel me what Operation will happen in DataVerse environment on click of Submit button in Portal?
So that I can suggest an OOB process to achieve the same.
Please mark as Answer if it is helpful and provide Kudos
Subscribe : https://www.youtube.com/channel/UCnGNN3hdlKBOr6PXotskNLA
Blog : https://microsoftcrmtechie.blogspot.com
You can configure entity form/basic form. Add action button which calls on-demand workflow. In that workflow add set status step of the record to inactive.
Attaching link for your reference,
https://docs.microsoft.com/en-us/powerapps/maker/portals/configure/configure-web-form-metadata
Regards,
Prakash
Hi @Prakash4691, Thank you very much, your idea solved my problem, it was only to configure a metadata in the final form.
The solution was the following. (When submitting the form the boolean data will be saved as true)
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
28 | |
24 | |
19 | |
10 | |
10 |