Any alternative techniques to call the Customized Form Power App from within a List button? I appreciate if you could post a video about this very required use case
This is excellent Reza! This is a great example of creative problem solving and exploration of possibilities. I never would have thought to do this. Thank you so much for your work putting this together and sharing this with the community.
Are you reading my communications from work, because you seem to keep releasing new content that covers the exact subject I'm researching at the moment. 🤗
Awesome content... I don't have any questions...I will try myself first. Thank you for making my life easier at work. I have started giving training of Power Apps to folks:)) Your videos are always the saviour. Cheers!. Unlike the rest of the world, I wait for Monday impatiently - for your video:))
WOW!! - that's a hack and a half!. I saw some examples of this card functionality doing the rounds in the last week, but to see it used to launch a fully functioning customised form app.. 🤯.. Also loving the print hack.. Cheers Reza, great stuff as ever ⚡
That is too awesome fixes a lot of issues with custom forms. The fact it works in site pages libraries is so handy to for those working on intranets. Thanks as always....
Hi Reza. BRILLIANT post as always. Sorry to be a pest and ask a question but i'm simply trying to use the filepreview part. All I get in the card though is the document icon (Word, Excel etc). I suspect it's something to do with the src. Any suggestion sir?
Really excellent! Many thanks demonstrating new possibilities and tools. I was able to implemented this is my Dev environment for a SharePoint list! Works as described. I couldn't get the hover over function to work though. Thanks again!
Great job as usual Reza. You are the man!!! One quick question, is it possible to leverage the preview card for list item attachments? Or for document libraries as you have shown, when the file is .eml? Thanks
Awesome. Hey Reza , I always watch your amazing content. I just wanted to ask is there a website apart from community that would give a detailed list of power apps functions that are very generic , the much like you use in your videos ?!
Awesome ! The way it has been used with Standalone and customized form is simply great. One query, App.Onstart is going to retired, right so in that case how can we lookup the ID ?
App.OnStart is not being retired. There is a new property called StartScreen available where the screen to navigate should be specified. The pattern shown in video is the current best possible way for deep linking :)
@@RezaDorrani Ohk may be I misunderstood, But currently App.Onstart shows as Retired Features in settings page in my tenant. Also new property StartScreen may not allow to lookup, write expression,etc other than navigate.
@Reza Dorrani Thanks for your quick answer!! I have another question: after copy and paste the json on one of the column, I do click on the "App As Card" but the card is always empty. I'm missing any previous step?
Hi Reza!! This is excellent, thank you for posting! I have one question/issue that maybe you can help me with - I'm trying to use the custom card functionality to do display a Sharepoint list custom form. When I got the web address from PowerApps it's basically the url to the SharePoint list ending in AllItems.aspx. I tried swapping 'AllItems' out with 'EditForm' (and even tried adding ?ID='[$ID] to the end of it) and it's not working. Is there a workaround for this situation or should I create a canvas app in Powerapps that uses the SharePoint list as a datasource and connect that way?
Should work with SP List custom form as well. First go to SP Form for a selected item. Check that URL. Then compare it with the one your code is generating.
Not sure about PnP Search. Power Apps do show up as search bookmarks and can be played from search page. I did show an example of it here: ruclips.net/video/86cFk_k-YJo/видео.html
When you say "pnp search result" I assume you refer to the search results web part as part of the "PnP Modern Search" solution. The visual formatting options are done mainly by using standard layouts which can be further customized by using HTML, CSS and Handlebars. Inserting json is not an option/has no effect because the web part doesn't use SharePoint view rendering.
Hey Raza, great video I was looking something like this, this is incredible, I see a small icon on bottom left, is there a way to hide it, it doesn't look good ? It comes from class - sp-filePreview-brandTypeIcon
@@RezaDorrani thank you so much for your prompt reply, I have tried it and it worked, but I have a question, when I hover on an item it opens the power app, then I edit and save, but in order to see what I have saved on the app to be reflected on the shares point page, I have to refresh the page itself, is there any option that when I save it on the power app card it show automatically on the share point or the share point refresh itself automatically? I really appreciate your support, thank you so much ☺️
hi Reza, I Used JSON formatting for generic file view card given by you, it was working till yesterday and stopped working today without any change in code. Showing power App in file preview. Can you check is it same at your end ?
@@ankitgarg6976 - Thanks. I thought it was only me. Let me know if you figure out something. Tried it in my Dev tenant and it seems to working there. Not sure if there is background job running to check for valid file types for preview.
Hi Reza. I can't seem to get it to work. It just pops up with a white square even if I'm doing the simple [$FileRef] option. Is there a permission to enable? I am running this from a Document Library
Please check recent comments on video. Microsoft has deprecated this feature for now. Waiting on final verdict on this feature. If confirmed, I would have to unlist the video.
Reza, I created an app following your tabbed form and then tried to follow this but so far have not been able to replicate does the app need to be mobile format (Not table) and does the screens have to have to be the three types.? Thanks
Reza quick question when try to run Doc library integrate powerapp using the Card preview. I get not output. Do I need deep link for this app or should be default play URL? thanks
Really appreciate work work. I had this working last week like clockwork. After the holiday, it is no longer working. The card pops up but is blank now. Could there be a setting that was changed to prevent to card from populating anything? Any ideas?
@@billwiggins3789 No idea. I ain’t following on it. I am in touch with another MVP who keeps up to date with list formatting. If I come to know of any updates, I’ll put a comment on this video about it.
Reza can we apply this to the attachments? to view the attachments and download the attachments i have many ifs in an app, and i cannot see in the preview of the button new the attachments
Could be due to not having edit permissions on list, or may be admin has run powershell to not allow power apps integration for list or could be due to GCC high.
I want to set up a document set to capture Inspection records. For each inspection I have several documents that need to be filled. I wanted to set up something similar. My challenge is that each document requires different information to be filled. It is not possible to create a different form for each document is it? Do you have any videos related to this?
I do not have a video reference on this scenario and would have to try it out to provide guidance. I recommend checking on the forums at powerusers.microsoft.com/ in case someone has done something similar.
Hi Reza, How can we search sharepoint check box multi select value in text box using poweraoos. For example... I want to search s4 in multi choice column with multiple selected values like s1, s2, s3, s4 in sharepoint list item using power apps
Hi Reza, Thanks for this wonderful post. Quick question- I tried this out and the PowerApps form was opening fine for a few days and then all of a sudden it stopped working. I see only the icon preview when I try to view the card. The PowerApps form works fine when opened in a stand alone mode. I even tried with a very simple form. Does it work only with a document library and not list or is there any other restrictions with the file preview type?
Hi Reza, Additionally, this works fine on my dev tenant. Not sure if there is some backgrounds jobs running to check for valid file types in filepreview action
Thanks for looking into it. Hopefully it’s a temporary glitch. The problem is not with the power apps form but with filepreview control in general. It doesn’t seem to be accepting anything other that thumbnails. Fails for pages as well. Strange!
I was using the click / hover JSON to quick view files and this worked for a few days but all I get now is a white preview box. I have tried on various company PC's and they are the same ?
Ideally you should not do that since once you submit your data and go to the main screen or gallery screen of your app it should fetch the latest data (delegable). I will have to look at your App in action to provide guidance. I would recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com
Hi Reza, just wondering why it stopped working on my end. Both App and Files custom cards was working few days ago, but now App custom card is only working in iMac. I already tried multiple windows computer.
@@RezaDorrani you should add that to the description so people can avoid wasted hours like I just have. Thought this was the answer to my problem but it seems no more
@@RezaDorrani unfortunately I only started reading the comments when I couldn’t get it to work haha. But thanks for your videos. For sure the clearest and most helpful guides I have found to date. You sir, are a legend!
Good Day Creat video really helpful, I did try to implement it as per the video using the code on Github, then making the necessary change to the address. However when I hover over the list, the card does appear but it is completely blank, I checked the code in Powerapps time and again and it coincides to yours. ANy idea on what the problem could be? Regards
@@RezaDorrani Thanks for the superfast rely, I'm not sure if the file preview is relevant in this case as I tried it with the Powerapps card using the hover over feature. Would that then also not work?
@@RezaDorrani Thanks for the reply, does that mean this feature is no longer available, if so it might be an idea to highlight this in the video or remove it. Thanks again for the assistance.
@@Red_Baron-26 Currently not available. The filepreview feature is not working for any file type (same logic used for power app). Will need to wait and see if MSFT makes the fix. I cannot reedit the video or modify it.
Hi Reza, thanks for awesome hacks, I've tried it immediately and it worked perfectly. Unfortunately it's not working from the last week in any browser, could it be that Microsoft removed this option intentionally or it's only some temporary bug? Is it still working for you? For me the filepreview is displaying preview only for src values of @thumbnail and not for power app or site page url any more. Only MS Lists icon is displayed.
@@RezaDorrani I just tried customizing a SharePoint list form using powerapps, but none of my peers can use it coz they don't have Powerapps license. Does that mean I'll have to rely on the JSON formatting only?
@@RezaDorrani thanks Rezza, hope MS changes this system, they can increase the price of the license but let all O365 users be able to use a licensed develped powerapp.
Hi Reza...Iam facing one issue in my powerapps which I have designed couple of months back it was running fine till couple of days back.. but suddenly this issue started.. basically I have designed an app which has form and retrieved data from gallery..suddenly in default property of datacard which is choice type column it shows me "The Identifier has no valid text" don't know why shows me this error..😐 please help me out
I will have to look at your App in action to provide guidance. I would recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com
Sadly this feature of custom card using JSON list formatting is no longer supported.
It was working but now i can't see my app, can you share an article about this issue?
@@ricardohuaman4325 github.com/SharePoint/sp-dev-docs/issues/8004
Any alternative techniques to call the Customized Form Power App from within a List button? I appreciate if you could post a video about this very required use case
@@afarra777 You can link over to the standalone power app.
@@afarra777 You can check ruclips.net/video/hB0xdoQuO1g/видео.html
You are a genius! And your teaching method makes this easy to learn. Thank you again Reza!
Many thanks!
This is excellent Reza! This is a great example of creative problem solving and exploration of possibilities. I never would have thought to do this. Thank you so much for your work putting this together and sharing this with the community.
You are most welcome!
Are you reading my communications from work, because you seem to keep releasing new content that covers the exact subject I'm researching at the moment. 🤗
I read minds :)
Awesome content...
I don't have any questions...I will try myself first.
Thank you for making my life easier at work.
I have started giving training of Power Apps to folks:))
Your videos are always the saviour. Cheers!.
Unlike the rest of the world, I wait for Monday impatiently - for your video:))
Thank You so much for your kind words!
Good luck with your trainings.
WOW!! - that's a hack and a half!. I saw some examples of this card functionality doing the rounds in the last week, but to see it used to launch a fully functioning customised form app.. 🤯.. Also loving the print hack.. Cheers Reza, great stuff as ever ⚡
Glad you enjoyed it! Thanks so much!
Happy to know the print hack was cool. I was in 2 minds whether to add it to the video :)
@@RezaDorrani Glad you added it - great wee nugget to round it off 😊
I’m loving these SharePoint features. Thank you for this great tutorial.
James check pinned comment on video. This feature was unfortunately plugged out and is under evaluation.
That is too awesome fixes a lot of issues with custom forms.
The fact it works in site pages libraries is so handy to for those working on intranets.
Thanks as always....
Totally agree!
Wow what a cool feature. But without your video I would never have discovered it, thank you!
I really appreciate your work, keep it up
Thank You!
OMG - thats fantastic. Wait. Now I will impress my customer with this...
Go for it!
Hi Reza. BRILLIANT post as always. Sorry to be a pest and ask a question but i'm simply trying to use the filepreview part. All I get in the card though is the document icon (Word, Excel etc). I suspect it's something to do with the src. Any suggestion sir?
JSON formatting for generic file view card
github.com/tecchan1107/sp-dev-list-formatting/blob/generic-card-page-view/column-samples/generic-file-view-card/generic-file-view-card.json
Reza, you’re the best! Amazing features!
Thank You :)
Really excellent! Many thanks demonstrating new possibilities and tools. I was able to implemented this is my Dev environment for a SharePoint list! Works as described. I couldn't get the hover over function to work though. Thanks again!
Glad it was helpful!
Hover and click are the events for customcardprops JSON.
Video description has links to JSON syntax.
@@RezaDorrani Used the link in the description, updated the JSON syntax and I now have the hover-over function working! Many thanks.
Thank you so much for another amazing content. I will definitely play around this
Glad you enjoy it!
Very impressive!!!!! Thank you so much for sharing this Reza🙂
My pleasure 😊
😎I clicked like 👍🏻before I watched it. Useful tips as always.
Thank You :)
Really Awesome 👍🏻👌.. Thank You so much for sharing this Reza 😊
My pleasure 😊
Brilliant what a great feature.. together with format List Toolbar with Json😀😀
I agree :)
Great job as usual Reza. You are the man!!!
One quick question, is it possible to leverage the preview card for list item attachments? Or for document libraries as you have shown, when the file is .eml?
Thanks
Not sure about eml files. Give it a try.
That is extremely clever, Reza 👍👍
Thanks!
Awesome. Hey Reza , I always watch your amazing content. I just wanted to ask is there a website apart from community that would give a detailed list of power apps functions that are very generic , the much like you use in your videos ?!
docs.microsoft.com/en-us/power-apps/maker/canvas-apps/formula-reference
Awesome ! The way it has been used with Standalone and customized form is simply great.
One query, App.Onstart is going to retired, right so in that case how can we lookup the ID ?
App.OnStart is not being retired. There is a new property called StartScreen available where the screen to navigate should be specified.
The pattern shown in video is the current best possible way for deep linking :)
@@RezaDorrani Ohk may be I misunderstood, But currently App.Onstart shows as Retired Features in settings page in my tenant.
Also new property StartScreen may not allow to lookup, write expression,etc other than navigate.
@@soyebmalek1536 expressions go in app onstart
Hi Reza, thanks for share your knowledge.
I wanted to know how you change the behaviour when you click on New bottom and show the power app form.
Check ruclips.net/video/aFzd5qwS4-c/видео.html
@Reza Dorrani Thanks for your quick answer!! I have another question: after copy and paste the json on one of the column, I do click on the "App As Card" but the card is always empty. I'm missing any previous step?
@ Check pinned comment on video.
Awesome Reza as always.
Thanks
Hi Reza!! This is excellent, thank you for posting! I have one question/issue that maybe you can help me with - I'm trying to use the custom card functionality to do display a Sharepoint list custom form. When I got the web address from PowerApps it's basically the url to the SharePoint list ending in AllItems.aspx. I tried swapping 'AllItems' out with 'EditForm' (and even tried adding ?ID='[$ID] to the end of it) and it's not working. Is there a workaround
for this situation or should I create a canvas app in Powerapps that uses the SharePoint list as a datasource and connect that way?
Should work with SP List custom form as well. First go to SP Form for a selected item. Check that URL.
Then compare it with the one your code is generating.
Amazing!!! well done!
Thank you!
This feature is not working anymore though. Check pinned comment on video.
👏👏👏 thks Reza 👍👍👍 do you think, it s possible To insert json on pnp search result ?
Not sure about PnP Search.
Power Apps do show up as search bookmarks and can be played from search page.
I did show an example of it here: ruclips.net/video/86cFk_k-YJo/видео.html
When you say "pnp search result" I assume you refer to the search results web part as part of the "PnP Modern Search" solution. The visual formatting options are done mainly by using standard layouts which can be further customized by using HTML, CSS and Handlebars. Inserting json is not an option/has no effect because the web part doesn't use SharePoint view rendering.
Hey Raza, great video I was looking something like this, this is incredible, I see a small icon on bottom left, is there a way to hide it, it doesn't look good ? It comes from class - sp-filePreview-brandTypeIcon
You will have to live with something :)
That's a part of the filepreview action and cannot be removed.
@@RezaDorrani One more thing that I want to appreciate about you that you are first person I have seen that answer every question. Thanks alot.
Great job!
Thank you! Cheers!
Cool video! Thanks for sharing! :)
Thanks for watching!
Thanks Reza 👍
👍
Absolutely perfect 🔥
Thanks Saif
Next level 🔥🔥❤️
👍
Thank you so much!
You're most welcome!
Cool. That is genius.
Credit goes to the folks mentioned in the description of the video.
Amazing video, really good job, please explain to me how to set variable items and what to set exactly please in the minute 7:29.
I mentioned in video that most of the concepts are from previous video. Here is that reference ruclips.net/video/hB0xdoQuO1g/видео.html
@@RezaDorrani thank you so much for your prompt reply, I have tried it and it worked, but I have a question, when I hover on an item it opens the power app, then I edit and save, but in order to see what I have saved on the app to be reflected on the shares point page, I have to refresh the page itself, is there any option that when I save it on the power app card it show automatically on the share point or the share point refresh itself automatically?
I really appreciate your support, thank you so much ☺️
@@davidadel2999 I don’t think there is a way to refresh the parent page.
Hi, is there a way to create the same pop-up as you did for the power app form, but to open a custom document library?
Was Possible as this feature has been deprecated. Check pinned comment on video.
hi Reza, I Used JSON formatting for generic file view card given by you, it was working till yesterday and stopped working today without any change in code. Showing power App in file preview. Can you check is it same at your end ?
Something seems to be off at my end too. Was working fine last week. This week the power apps forms doesn’t load. Instead I just see the icon.
@@vivekm75murali same at my end.
@@ankitgarg6976 - Thanks. I thought it was only me. Let me know if you figure out something. Tried it in my Dev tenant and it seems to working there. Not sure if there is background job running to check for valid file types for preview.
I tested it today in multiple tenants and all seems to be working fine.
I tested it today in multiple tenants and all seems to be working fine.
Hello Reza, Is it possible to print more than one page using this print function?
Print only supports single page as of now
Hi is there any other way I can show list form in dialog box like you mentioned in video
Please check pinned comment on video since this feature was put on hold.
Hi Reza. I can't seem to get it to work. It just pops up with a white square even if I'm doing the simple [$FileRef] option. Is there a permission to enable? I am running this from a Document Library
Please check recent comments on video.
Microsoft has deprecated this feature for now. Waiting on final verdict on this feature. If confirmed, I would have to unlist the video.
@@RezaDorrani Ok understood. Thank you very much for replying. Subs :)
@@greatkingrat Appreciate the sub and sorry for the video outcome. I mostly try something unique and sometimes the outcome is not ideal.
Reza, I created an app following your tabbed form and then tried to follow this but so far have not been able to replicate does the app need to be mobile format (Not table) and does the screens have to have to be the three types.? Thanks
Please check pinned comment of this video. Sadly custom card is deprecated as of now.
Reza quick question when try to run Doc library integrate powerapp using the Card preview. I get not output. Do I need deep link for this app or should be default play URL? thanks
Check pinned comment on video.
@@RezaDorrani Thank you
Really appreciate work work. I had this working last week like clockwork. After the holiday, it is no longer working. The card pops up but is blank now. Could there be a setting that was changed to prevent to card from populating anything? Any ideas?
never mind. saw the previous post by Klaus and your replies. Let me know if there is any update. This was super useful to us. Dang MS ;)
Something has surely changed. None of the standard options are opening either. My guess is too many requests came in with logic and ms blocked it :)
@@RezaDorrani Ugh. Thank you for the quick reply. Do you think it will be resolved? over/under bets?
@@billwiggins3789 No idea. I ain’t following on it. I am in touch with another MVP who keeps up to date with list formatting. If I come to know of any updates, I’ll put a comment on this video about it.
here is the update twitter.com/rezadorrani/status/1534653356970590219?s=21&t=6wVvi_e7iFUfL1M7YPAmIg
Hi Reza, is it possible to achieve the same with spfx?
I have not done any work with spfx so not sure
Reza can we apply this to the attachments? to view the attachments and download the attachments i have many ifs in an app, and i cannot see in the preview of the button new the attachments
Custom cards is currently on hold. Please check pinned comment on video.
I don't have the integrate dropdown in my lists... do i have to turn something on to get it to show up? BTW - I am in GCC-High (government cloud)
Could be due to not having edit permissions on list, or may be admin has run powershell to not allow power apps integration for list or could be due to GCC high.
Hi Reza, any update? Is it possible to lunch a powerapp in a separate tab using json code?
Check pinned comment on video.
I want to set up a document set to capture Inspection records. For each inspection I have several documents that need to be filled.
I wanted to set up something similar.
My challenge is that each document requires different information to be filled.
It is not possible to create a different form for each document is it?
Do you have any videos related to this?
I do not have a video reference on this scenario and would have to try it out to provide guidance. I recommend checking on the forums at powerusers.microsoft.com/ in case someone has done something similar.
Hi Reza, How can we search sharepoint check box multi select value in text box using poweraoos. For example... I want to search s4 in multi choice column with multiple selected values like s1, s2, s3, s4 in sharepoint list item using power apps
ruclips.net/video/Wr42PeW6_wU/видео.html
Sir can we make our own trigger in power automate ? Instead of using predefined triggers ?
You could use trigger conditions or use the http trigger endpoint.
Hi Reza, Thanks for this wonderful post. Quick question- I tried this out and the PowerApps form was opening fine for a few days and then all of a sudden it stopped working. I see only the icon preview when I try to view the card. The PowerApps form works fine when opened in a stand alone mode. I even tried with a very simple form. Does it work only with a document library and not list or is there any other restrictions with the file preview type?
Hi Reza, Additionally, this works fine on my dev tenant. Not sure if there is some backgrounds jobs running to check for valid file types in filepreview action
Tested in multiple tenants this morning and works fine.
Thanks for looking into it. Hopefully it’s a temporary glitch. The problem is not with the power apps form but with filepreview control in general. It doesn’t seem to be accepting anything other that thumbnails. Fails for pages as well. Strange!
@@vivekm75murali Strange indeed. No such problem at my end.
I was using the click / hover JSON to quick view files and this worked for a few days but all I get now is a white preview box. I have tried on various company PC's and they are the same ?
Hello Reza, How can I Refresh/Reload my app after I make an edit/submit a form from my App that is run as a custom card from SharePoint?
Ideally you should not do that since once you submit your data and go to the main screen or gallery screen of your app it should fetch the latest data (delegable). I will have to look at your App in action to provide guidance. I would recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com
Hi Reza, just wondering why it stopped working on my end. Both App and Files custom cards was working few days ago, but now App custom card is only working in iMac. I already tried multiple windows computer.
MSFT has pulled the plug on this one for now. github.com/SharePoint/sp-dev-docs/issues/8004
@@RezaDorrani you should add that to the description so people can avoid wasted hours like I just have. Thought this was the answer to my problem but it seems no more
@@yoshitweaky Check Pinned comment on video. It was the first thing I added.
@@RezaDorrani unfortunately I only started reading the comments when I couldn’t get it to work haha. But thanks for your videos. For sure the clearest and most helpful guides I have found to date. You sir, are a legend!
Geek!
🤓
Good Day
Creat video really helpful, I did try to implement it as per the video using the code on Github, then making the necessary change to the address.
However when I hover over the list, the card does appear but it is completely blank, I checked the code in Powerapps time and again and it coincides to yours.
ANy idea on what the problem could be?
Regards
There has been some update from MS that has broken the filepreview feature. It does not work for the sample types provided in documentation as well.
@@RezaDorrani Thanks for the superfast rely, I'm not sure if the file preview is relevant in this case as I tried it with the Powerapps card using the hover over feature. Would that then also not work?
@@Red_Baron-26 We are using the filepreview JSON feature of SharePoint. We are using it to launch the Power App.
@@RezaDorrani Thanks for the reply, does that mean this feature is no longer available, if so it might be an idea to highlight this in the video or remove it.
Thanks again for the assistance.
@@Red_Baron-26 Currently not available. The filepreview feature is not working for any file type (same logic used for power app). Will need to wait and see if MSFT makes the fix.
I cannot reedit the video or modify it.
How can we open a Canvas mobile app from NEW button of SP list, for user to use same app for new records?
I dont think that is an option. You would need to probably use SPFx ribbon customization for list.
Thanks for this video. However, I am facing an issue whenever I hover, it shows empty screen. Could you please guide?
Please check pinned comment on video!
@@RezaDorrani There are no pinned comments for this video.
@@ShafeeKhanzada Weird! I see it. Basically, Microsoft has deprecated the custom card feature for security reasons.
@@RezaDorrani I can see pinned message now. It is great video though :)
@@ShafeeKhanzada Sadly, now it was a great video until the feature opens up again :)
Hi Reza, thanks for awesome hacks, I've tried it immediately and it worked perfectly. Unfortunately it's not working from the last week in any browser, could it be that Microsoft removed this option intentionally or it's only some temporary bug? Is it still working for you? For me the filepreview is displaying preview only for src values of @thumbnail and not for power app or site page url any more. Only MS Lists icon is displayed.
Unfortunately MSFT has pulled the plug on this feature for the time being. github.com/SharePoint/sp-dev-docs/issues/8004
@@RezaDorrani thank you for finding out, it's so sad 😪
@@tasungota I will keep tracking that item. If no progress, then I would have to unlist this video :(
Anyways, I tried something new :)
If I make an app suing powerapps and deploy it on teams, do the users also need powerapps license to use it?
Depends on connectors used in app.
If premium, then premium license will be needed.
@@RezaDorrani I just tried customizing a SharePoint list form using powerapps, but none of my peers can use it coz they don't have Powerapps license.
Does that mean I'll have to rely on the JSON formatting only?
@@aarounge You would need a base power app license to begin with. If not, then JSON formatting is your option.
@@RezaDorrani thanks Rezza, hope MS changes this system, they can increase the price of the license but let all O365 users be able to use a licensed develped powerapp.
@@aarounge I do not work at MS :)
Hi Reza...Iam facing one issue in my powerapps which I have designed couple of months back it was running fine till couple of days back.. but suddenly this issue started.. basically I have designed an app which has form and retrieved data from gallery..suddenly in default property of datacard which is choice type column it shows me "The Identifier has no valid text" don't know why shows me this error..😐 please help me out
I will have to look at your App in action to provide guidance. I would recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com
Merci !
Thanks