Тёмный

PowerApps In and Split Functions 

Shane Young
Подписаться 163 тыс.
Просмотров 28 тыс.
50% 1

In this video, you will learn how to use the In and Split functions to mark items in a gallery as favorites. This is based on a client app we are currently building so very topical for me. :)
Intro to Concat video • Create nested data tab...
PowerApps Training training.powerapps911.com

Наука

Опубликовано:

 

10 фев 2020

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 44   
@14snowcone
@14snowcone 2 года назад
Your videos have helped me with PowerApps where Google searches and Microsoft Docs can't - much appreciated!
@ShanesCows
@ShanesCows 2 года назад
Glad to help. 😀 😎
@Flaredesign1
@Flaredesign1 4 года назад
Love watching all your videos! Only started with PowerApps last month and they've helped me loads :)
@ShanesCows
@ShanesCows 4 года назад
Awesome! Keep going 😀
@RobFahndrich1
@RobFahndrich1 4 года назад
Perfect timing. I will be doing favorite contacts in my app.
@ShanesCows
@ShanesCows 4 года назад
Nice!
@ivannaivanova3623
@ivannaivanova3623 3 года назад
With all my respect to you and your work, I would suggerst you add to the title something like "Favorite item" or "User Favorite" so that it is easier to find this video. Huge thanks for all your efforts!
@ShanesCows
@ShanesCows 3 года назад
Thanks for the idea!
@vincephillips5358
@vincephillips5358 4 года назад
Excellent video Shane! I had something similar working but this made it so much easier 😁 Will you be doing videos around Form Processor or Text Recognizer? I have explored the functions but I am sure you will make it easy for everyone to understand and use. Great content , Keep up the good work!
@ShanesCows
@ShanesCows 4 года назад
I need to get back to those Vince. 😐
@jbwise2002
@jbwise2002 4 года назад
This seems like a great way to do comments on a record instead of repeating table
@ShanesCows
@ShanesCows 4 года назад
That works for sure :)
@TheRemyRomano
@TheRemyRomano 2 года назад
Nice. Maybe you have covered this already but I’m wondering how to do something similar to this but somehow flag new items at the user level and remove the flag after they have been read, I would want to flag new items for all users and allow each users to mark items as read, independent of the other users. So each user will be able to see what items are new that they have not yet read. I haven’t figured it out so in the meantime I have set up a dog ear flag that turns transparent over a 12 hour period. So this way users can see how fresh an item is based on the level of transparency of the dog ear. But It’s not as good as marking items as read at the user level.
@jethrofriggens7704
@jethrofriggens7704 4 года назад
Hi Shane, First off your videos are great! My question is can the Gallery then be filtered by the Yellow Star? Building on this could a separate Gallery be made to filter the results of the first? Thanks for all of your help! Regards, Jethro
@ShanesCows
@ShanesCows 4 года назад
Yes you could filter on any field. Try this video for some ideas. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-0xZ4fMJbLvk.html
@yms1001
@yms1001 4 года назад
Hi Shane, i'm having problem in splitting sql table column. My data source is SQL table. In that i've acolumn "Location" which will have value like "Lousiville, KY". I want to show Location in dropdown filed and the value should show only "Lousiville". How can i do that?
@tonyy4471
@tonyy4471 4 года назад
If I wanted to do this for multiple lists, would you recommend multiple user favorite lists for each one? Or could you use one favorite list with multiple columns, and each column references the user's favorites for that specific list?
@ShanesCows
@ShanesCows 4 года назад
In my head you could use one list and just have different columns for each type of favorite
@MrSpaceplay
@MrSpaceplay 4 года назад
Hello Shane, I have a question about saving forms, if I want to edit an existing SharePoint list entry in my powerapp but save it is a new entry how would I do that? (What i want is to save each version of a form so I can see them in my gallery and choose the version of that entry I want to use). Thank you for the videos, very helpful.
@ShanesCows
@ShanesCows 4 года назад
You could use Patch to create a copy and then edit the copy. Or you could use your form in New mode but set all of the fields to reference the original.
@bernardranola8439
@bernardranola8439 3 года назад
thank you for this video ^_^ I am asking if this split function is have features to select an index where to start in splitting? Something like Array Split. example. sample text : a,b,c,d,e,f,g,h,i in this sample text i need to regroup them in to 3. I want to split it the expected output below a,b,c d,e,f g,h,i
@ShanesCows
@ShanesCows 3 года назад
Not that I know of. I think you split things into different rows then put them back together in groups of 3 but I haven't tried it.
@schwesterjohanna1138
@schwesterjohanna1138 4 года назад
Hey Shane, i built a super cool app with your help. Thanks for that. I now have the problem that I have to give everyone access rights to the data sources so that all employees can use this app. Unfortunately this is sensitive data. Maybe you had similar problems and an idea how to use the app without access rights? Love from Berlin Johanna
@ShanesCows
@ShanesCows 4 года назад
Try this ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-NqQGysNCac0.html for ideas
@bearpawproduction
@bearpawproduction 4 года назад
Shane I had a question for a possible video. I am building a skill matrix with skills in rows employees for columns and I want to make an app to assign score for each training. I was trying to make a two way lookup to find person and skill then write the score. Is it possible to have a two-way lookup this data set is in SharePoint and potentially huge. Right now I'm using the switch function which works with no flexibility to adjust when new hires are added. Thank you in advance
@ShanesCows
@ShanesCows 4 года назад
You can have an And in your Lookup formula to check two fields at once.
@franknielsen3219
@franknielsen3219 4 года назад
You are the PowerApps God :)
@ShanesCows
@ShanesCows 4 года назад
Thanks Frank. 😌
@vba4813
@vba4813 Год назад
I like the idea to use In and Split together. Is there any way to avoid a delegation issue with the In operator?
@ShanesCows
@ShanesCows Год назад
There is not. Sorry
@666hellsoul666
@666hellsoul666 4 года назад
Hello, i have question. I need share information from list for external user (other organization). Something like site where users can see status (some columns). How can this be organized by means Sharepoint? Thx.
@ShanesCows
@ShanesCows 4 года назад
SharePoint has external sharing built in.
@fibonacci9445
@fibonacci9445 4 года назад
Hi Shane, I was able to learn powerapps thanks to your videos. However i came across a problem and now at a standstill, hoping u can help me out. I built an app for our organization shared to multiple users. Its main function is to allow users to upload photos and and other users should b able to see the photos. The problem is, the source file is an excel file saved in onedrive. Once users upload an image, it will be patched to the 'Photo[image]' column in the excel file. It's working well on my my end and i can see the photos I myself uploaded, but other users cant. they only see a blank page. Tried to search ways/workaround for days now but still cant fix it. Hope you can help me with this.
@ShanesCows
@ShanesCows 4 года назад
Have to share the excel file with them. You might Also run into locking issues. Excel isn’t a great datasource. Maybe try SharePoint instead
@chunheilee2595
@chunheilee2595 3 года назад
Hi Shane, is it possible if i have a string -"peter,32,male,i like swimming" and i want to split it and put them into a collection with field columns- name, age, gender,hobby?
@ShanesCows
@ShanesCows 3 года назад
Not easily. Probably possible but I don’t have a quick suggestion 😐
@darkmar3475
@darkmar3475 3 года назад
Hello Shane. How to Create loading spinners?
@cesarceballos8011
@cesarceballos8011 2 года назад
Gracias por la traducción en español,
@magdialameen7960
@magdialameen7960 4 года назад
Can you make a video of a running total in PowerApps. Thanks Shane!
@ShanesCows
@ShanesCows 4 года назад
Look for my video on Sum. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-DF4KX1oSrV.html
@user-eu2pe5zy5z
@user-eu2pe5zy5z 4 года назад
Shane, how to send e-mail with timer summary?
@ShanesCows
@ShanesCows 4 года назад
Use the OnTimerEnd property to send an email?
@doointhedoo
@doointhedoo 8 месяцев назад
Split functions no longer work in the modern canvas powerapps
@ShanesCows
@ShanesCows 8 месяцев назад
It does, I just double checked. Split("1,2,3",",")
Далее
PowerApps String Manipulation
27:58
Просмотров 36 тыс.
PowerApps - Splitting Forms
31:45
Просмотров 19 тыс.
Intro to PowerApps Variables
19:23
Просмотров 203 тыс.
Intro to the PowerApps If Statement
28:35
Просмотров 102 тыс.
PowerApps With Function
16:40
Просмотров 40 тыс.
Save as Draft in PowerApps
15:40
Просмотров 4,2 тыс.
APPLE дают это нам БЕСПЛАТНО!
1:01
Просмотров 669 тыс.