Загрузка страницы

Repeating Table in PowerApps - Similar to InfoPath Form | Gallery | PowerApps | Power Platform

In this video we will see how to create repeating table in PowerApps, same as InfoPath Form.

CODE SNIPPET

Combine table data into one string variable ----

Set(AllItemsString,Concat(GalleryRepeatingTable.AllItems,Concatenate(ItemSerialNumber.Text,";",VisitorName.Text,";",VisitorPhoneNumber.Text,";",VisitorEmail.Text,";",VisitorCity.Text,"|")))

------
Add new row in Gallery ----

Collect(CollItems,{CItemSerialNumber: Text(Last(CollItems).CItemSerialNumber + 1) ,CVisitorName:"",CVisitorPhone:"",CVisitorEmail:"",CVisitorCity:""})
-------

Remove Row from Gallery -----

RemoveIf(CollItems,CItemSerialNumber = ThisItem.CItemSerialNumber)
----

Pull data and generate collection object -----

Clear(CollItems);
Set(AllItemsString,Left(AllItemsString, Len(AllItemsString)-1));
ForAll(Split(AllItemsString,"|"),
Collect(CollItems,
{CItemSerialNumber: Text(Last(FirstN(Split(Result,";").Result,1).Result).Result),
CVisitorName:Text(Last(FirstN(Split(Result,";").Result,2).Result).Result),
CVisitorPhone:Text(Last(FirstN(Split(Result,";").Result,3).Result).Result),
CVisitorEmail:Text(Last(FirstN(Split(Result,";").Result,4).Result).Result),
CVisitorCity:Text(Last(FirstN(Split(Result,";").Result,5).Result).Result)}))
----------------------------------------------------------------------------------------------------------------

PowerApps Learning Playlist - https://www.youtube.com/playlist?list=PL-NW2dFPki3OPm58YIR9eZoKIseOiawi0

Check out my articles and blogs on
https://www.c-sharpcorner.com/members/sarvesh-shinde2

#powerapps #sharepoint #powerplatform

Видео Repeating Table in PowerApps - Similar to InfoPath Form | Gallery | PowerApps | Power Platform канала Power UP with Sarvesh
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
2 августа 2019 г. 17:52:01
00:12:09
Другие видео канала
Approval with Adaptive Cards | Microsoft Teams and Power Automate | Power Platform | SharePointApproval with Adaptive Cards | Microsoft Teams and Power Automate | Power Platform | SharePointOpen SharePoint file in View Mode - through Power Automate FLOW | Power PlatformOpen SharePoint file in View Mode - through Power Automate FLOW | Power PlatformConditionally Show Hide fields using JSON - SharePoint Online | Forms Formatting | CustomizationConditionally Show Hide fields using JSON - SharePoint Online | Forms Formatting | CustomizationRespond Tabular Data from FLOW to PowerApps without Premium Response action | Standard ConnectorRespond Tabular Data from FLOW to PowerApps without Premium Response action | Standard ConnectorGenerate QR codes dynamically using FLOW | Power Automates Basics | Power Platform for BeginnersGenerate QR codes dynamically using FLOW | Power Automates Basics | Power Platform for BeginnersRound shape user profile picture in PowerApps | PowerApps Basics | Power Platform for BeginnersRound shape user profile picture in PowerApps | PowerApps Basics | Power Platform for BeginnersTrigger a FLOW from PowerApps - Learning Part 7Trigger a FLOW from PowerApps - Learning Part 7Trigger FLOW from Gallery Control and Populate data - PowerApps | Call FLOW from PowerApps | FLOWTrigger FLOW from Gallery Control and Populate data - PowerApps | Call FLOW from PowerApps | FLOWReusable components | PowerApps Learning | Basics of PowerApps | Tutorials | Power PlatformReusable components | PowerApps Learning | Basics of PowerApps | Tutorials | Power PlatformGet list of all the FLOWs from environment and number of actions in it | Power Automate | CapacityGet list of all the FLOWs from environment and number of actions in it | Power Automate | CapacityWorking with Collections - Learn PowerApps Part 11Working with Collections - Learn PowerApps Part 11Hello World App in PowerApps | Build First App | Learn PowerApps studio | PowerApps for BeginnersHello World App in PowerApps | Build First App | Learn PowerApps studio | PowerApps for BeginnersPatch function Tutorial | PowerApps Learning | Functions | Add or Update Record | SharePoint ListPatch function Tutorial | PowerApps Learning | Functions | Add or Update Record | SharePoint ListDigitally sign and generate PDF using PowerAppsDigitally sign and generate PDF using PowerAppsModify Look and Feel of SharePoint form using PowerApps | Form Customization | SharePoint ListModify Look and Feel of SharePoint form using PowerApps | Form Customization | SharePoint ListSharePoint Online - Customize List forms without PowerApps or SPFx (using JSON)SharePoint Online - Customize List forms without PowerApps or SPFx (using JSON)Basics of Power Platform | Power Platform Evolution | For Beginners | Power Platform ApplicationsBasics of Power Platform | Power Platform Evolution | For Beginners | Power Platform ApplicationsGet User Profile Details PowerApps | PowerApps Basics | Power Platform for Beginners | User FunctionGet User Profile Details PowerApps | PowerApps Basics | Power Platform for Beginners | User FunctionSet Icon Dynamically | Icon Control | PowerApps Basics | Power Platform for BeginnersSet Icon Dynamically | Icon Control | PowerApps Basics | Power Platform for BeginnersLearning PowerApps 3 - Open website, document, native apps from PowerAppsLearning PowerApps 3 - Open website, document, native apps from PowerAppsSave Records in Bulk from Gallery - PowerApps Learning Part 15Save Records in Bulk from Gallery - PowerApps Learning Part 15
Яндекс.Метрика