Skip to main content

Posts

PowerApps multiselect cascading dropdown and save an item to SharePoint List

 I have one scenario as below List 1: Division List has title field List 2: District List has Title and Division Field(LookUp from Division List) List 3: Facility List has Title, District Field(LookUp field from District List) List 4: County List has Title, Facility Field(LookUp field from Facility List) Main List: Spill Report is the main list  Division Field( Look up from Division List) District Field(Look up field from District List) Facility Field(Look up field from Facility List) County Field(Look up field from County List) List Screenshots provided below can be refered for clarification. ----------------------------------------------------------------------------------------------------- PowerApps Canvas Apps In Power Apps Canvas App, We need to first design the app with the 4 respective fields Since those fields are multiselect, then it is to combo box. Generally power apps are not supported for multiselect cascasding dropdown. Refere microsoft documentation, Know Limit...

Learn Power Apps portal Liquid better understanding with hands on

 PowerApps Portal, Learn few example of arrays. Example 1: {% for i in (1..5) %} {{ i }} {% endfor %} Example 2: {% assign myarray = "Koti,Bala,Sai,Teja" | split:',' %} {{myarray}} <br /> For loop output:<br /> {% for obj in myarray %} {{obj}} {%endfor%} Example 3: Filter with in the array data by using if condition {% for i in ( 1..5 ) %} {% if i == 4 %} {{ i }} {% endif %} {% endfor %} Another best example of filter using if condition {% for i in ( 1..5 ) %} {% if i == 4 %} {% continue %} {% else %} {{ i }} {% endif %} {% endfor %} Example 4: Fetch entity data (dataverse data) The below example: transactioncurrency is the table name(internal table name). "Active Currencies" is the view name. {% entityview logical_name :' transactioncurrency ', name :' Active Currencies ' %} < p > We support {{ entityview . total_records }} currencies. </ p > < ul > {% for cur in entityview . records ...

Using SPFX, modernizing the SharePoint pages.

In order to modern is the SharePoint sites Microsoft 365 groups has to be configured, where in which provides teamsites communication sites features to be provided. Modern site visible pages: Lists libraries Site content page Site usage page Recycle bin Here classic team sites can't connect to Microsoft 365 groups. In classic sites company branding for the SharePoint sites of themes, alternate CSS, master pages etc.. Transforming to modern sites from classic sites Classic and modern sites are coexists. In order to maintain the modern sites , Redesign the specific components which are in the classic site. SharePoint admin can enable the modern user interface across your tenant and its sites. Change management and governance teams. By analysing your site collection, there is a feature SharePoint modernization scanner which tool provides a detailed analysis of your site readiness for connecting to Microsoft o365 group. by knowing the capability of your lists libraries and also perform...

SharePoint Custom portal - O2C

Order Cash Portal  

Cascading dropdown - Power Apps

Logistics cost planning - SharePoint portal User interface - Using Angular JS