Forum Discussion
Dynamic powerapp
- 3 years ago
Hello akash0800,
You can dynamically change the fields in the form based on the selected year by using the PowerApps formula language. Here are the steps to accomplish this:
- 3 years ago
1. Create a drop-down control to select the year in the form.
- 3 years ago
2. Create a data card for each field you want to display in the form and set their visibility based on the selected year.
- 3 years ago
5. Use the context variable in the "Default" property of the data cards to display the appropriate data for the selected year. For example: LookUp(SharePointList, EmpID = Form1.LastSubmit.EmpID, SelectedYear)
- 3 years ago
By using these steps, you can dynamically change the fields in the form based on the selected year, without having to create a separate form for each year.
- 3 years ago
You can also store the data for each year in a separate row in the SharePoint list, using the "EmpID" and "Year" columns as a composite key.
Hello akash0800,
You can dynamically change the fields in the form based on the selected year by using the PowerApps formula language. Here are the steps to accomplish this:
By using these steps, you can dynamically change the fields in the form based on the selected year, without having to create a separate form for each year.