I need to pass values from 1st form to the metadata form in next step form but not very sure how best to do this
Thanks 🙂
Solved! Go to Solution.
Hi @MO4,
I would probably say that LocalStorage would be the easiest solution. As soon as the user selects a product I save it in the local storage and add js to the entity form to check if storage contains product and if so to set the field. Make sure that you properly clear the local storage afterwards and that product that you sent in the field is available in the view (because if not you will receive an error).
Hi @MO4 ,
Please have a look at the following blog. It has very clear information on how to achieve this.
https://www.briteglobal.com/blogs/community/pass-parameters-between-entity-forms/
You can also check the following official docs about on success settings:
https://docs.microsoft.com/en-us/powerapps/maker/portals/configure/entity-forms#on-success-settings
Hope it helps
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
we are talking here about steps form there is no On success settings and i don't use here Odata
thank you
Hi @MO4,
Can you described in more details what exactly you are trying to pass between steps and how entities in different steps are related? If you cannot use values from previous step as main entity for the current one I would suggest two things: you can use LocalStorage to save values using js and populate new step when it opens or if you already save the values in the system and didn't create a new record you can use liquid to get and set data.
Hi @OOlashyn
As you can see in this photo I have two different forms with a relation of filed x I want when I chose filed x in form 1 and I click next ( i got a list of entry and a button add ), when I click add will give me insert form with filed x with the same value of step 1 to get the filed under filtred
Thank you 🙂
Hi @MO4,
I would probably say that LocalStorage would be the easiest solution. As soon as the user selects a product I save it in the local storage and add js to the entity form to check if storage contains product and if so to set the field. Make sure that you properly clear the local storage afterwards and that product that you sent in the field is available in the view (because if not you will receive an error).
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.