Code Monkey home page Code Monkey logo

powerapps's People

Contributors

rdorrani avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

powerapps's Issues

limitations opening attachments when app launched in web browser or Teams

Dear Reza,
Thanks for your tuto and shared applications, that is very helpful for me while learning Power apps !
I am using the component to preview in app interface different format of files like pdf, jpeg, ...
It is well working when I launch my application directly in Power app. (https://make.powerapps.com/)). But when I try to use via Teams or a web browser, the component stop the preview at the second attachment. whole on computer experience, nothing on tablet nor smartphone.
Do you please know how I could solve this limitation ?
Thanks in advance !
Best regards,
Coraline (France)

How to include attachment field i Power Apps editable Table

Dear Mr. Dorrani
I watched your video about Power Apps Editable Table/Gallery Like Excel. Very well presented and easy to follow. I truly loved it.
I have one issue and have tried to find any documentation about it but unfortunately there are not much hints or discussion.
In the table you created in your video, I wish to include also the attachment column. Possibility to upload attachments, remove and also open when it is in View mode.
Do you have any recommendations or solution?
I'm using SPList as data to the Canvas App.

Best regards
Hamid

Import fails -Something went wrong

Hi Reza

I downloaded you package and then tried to import it and I got a red banner saying "Something went wrong please try later".

I waited for a bit and got the same result.

Regards

Nigel

Error importing the LeaveRequest zip file

Hi Reza,
Awesome job with apps and videos.
It seems the LeaveRequest zip file pops the attached error while trying to import in Power Apps. I tried it in classic interface but got the same result.
Can you please advise?
Thanks in advance.
Alex

LeaveRequestuploaderror

Thank you

The Multiple Attachment Control App downloaded perfectly. I appreciate you sharing your work.

DynamicForms repo

I'm not sure if this zip may need to be updated to work w/ the current platform version for powerapps, but when attempting to upload it (over the course of several months), i always get the 'something went wrong. please try again later' message.

Missing Attributes

Hi Reza,

Thanks for your great videos. While trying the use the Attachment Viewer Component. I do not see the mapping attributes (see below from your video) for

  • AbsoluteUri
  • DisplayName
  • Value
  • Id

image

I just have:
image

Also I see quite some errors like below:
image

It appears I have some kind of compatibility issue. Or am I doing something wrong?

Thanks,
Arnaud

Error Uploading

Hi Raza,

first thank for all your videos on Power Apps, I’m a newbie but I’m learning a lot from your videos.

I followed all your instructions and I’m still getting regarding the Tag Multiple Files Video.

Error Uploading files: Please try again or contact your administrator.

is there any special settings in the share point or power apps?

regard,

Lito

Regex issue

I am running the solution as-is.
I am not getting the main screen displaying all results (i.e. age is blank), and when you click the ">" it only displays one property for region.

It appears to be this
_values: MatchAll(
ThisItem.Result,
"{""Choices"":""(?[^""])"",""ColumnType"":""(?[^""])"",""Data"":""(?[^""])"",""Required"":""(?[^""])"",""Title"":""(?<Title>[^""]*)"""
)
},

My results looks like this (below) and only has one object that has Choices - so its only matching on one object. Is there a way to either force it grab all entries regardless if there is a choice string, or force the results to always include an empty choices? Great examples!
[
{
"ColumnType": "Text",
"Data": "Bob",
"Required": "Yes",
"Title": "Name"
},
{
"ColumnType": "Number",
"Data": "22",
"Required": "No",
"Title": "Age"
},
{
"ColumnType": "Yes/No",
"Data": "true",
"Required": "No",
"Title": "Enrolled"
},
{
"ColumnType": "Date",
"Data": "4/12/2023",
"Required": "Yes",
"Title": "Enrolled Date"
},
{
"Choices": "North;South;East;West",
"ColumnType": "Choice",
"Data": "North",
"Required": "Yes",
"Title": "Region"
},
{
"ColumnType": "Text",
"Data": "[email protected]",
"Required": "No",
"Title": "Email"
}
]

EditableGrid_1_0_0_2

Hi, I clicked on the download and when importing I get

Somrthing went wrong. Please try again.

image

Any idea what to do?

Thank you
Wessam

Unable to get manager

image

Thanks @rdorrani for this Leave request application, i successfully installed the App and changed my data source however, i have this error from the Leave Request Approval Process flow. i am unable to get the managers from get manager V2.
i have attached the error in the image above. please help 🙏🏾🙏🏾🙏🏾🙏🏾

Unable to conncet data source!

Hey There!

I'm unable to connect data source. ( I created sharepoint list, Removed your dataset and added my just not able to conncet my data source) is there any specific data type set up for this?

Please help me, Thank you : )

Unable to connect
)

Error Uploading

Hi Raza,

I was attempting to upload this Editable Table PowerApps. I keep receiving an upload error. "Error Uploading files: Please try again or contact your administrator." I'm actually the administrator for my agency. Any assistance you can offer is appreciated. Thank you.

Multiline text support for choice fields.

How to modify the regex below to support the choice field being multi line? Many choice arrays are over the single line of text limit.

ClearCollect(
colData,
ShowColumns(
MatchAll(
ThisItem.Result,
"{""Choices"":""(?[^""])"",""ColumnType"":""(?[^""])"",""Data"":""(?[^""])"",""Required"":""(?[^""])"",""Title"":""(?<Title>[^""]*)""}"
),"Title","Required","ColumnType","Choices","Data")
);

Set(
varFormMode,
"Edit"
);

Any help is appreciated!

PDF doument is is not shown in preview

Hi Reja,
I am using this component to show the pdf attachments from a SharePoint list. I was able to upload this custom component to my power app and did confiugred as shown in the video. Also updated the tenant url in compoent properties.
But the pdf document is not shown in preview, When I click on the "pdf" icon on the top right corner of the component, I got "Couldn't open PDF file Make sure the PDF file is coming from an HTTPS link" message. Please find the attached image below, appreciate your help.
Image1
Image2

MeetingCaptureV2: Language/Locale issue with Calendar

Thanks for making a great app!

I installed it today and got it working great - for me. However, when my users started it they recieved error that MyCalendarID was null. I tracked this down to them running Office in Swedish, while I as an admin naturally run everything in English, and the code was hardcoded to "Calendar".

Original Code:

Set(
    MyCalendarID,
    LookUp(
        Office365.CalendarGetTables().value,
        DisplayName = "Calendar"
    ).Name
);

My fix:

Set(
    MyLanguage, 
    Language()
);
If(
    MyLanguage = "sv-SE",
    Set(
        MyCalendarLanguage,
        "Kalender"
    ),
    Set(
        MyCalendarLanguage,
        "Calendar"
    )
);
Set(
    MyCalendarID,
    LookUp(
        Office365.CalendarGetTables().value,
        DisplayName = MyCalendarLanguage
    ).Name
);

I know there probably is a better way to do this, and possibly by using Language() in a more dynamic way for all languages, but I'm new to the PowerApps language (took me half the day to find and make this small fix) so I'll leave that up to the pros.

Hope this "fix" may help others anyway :)

Issue with Installing the solution

Thanks for the nice app and video with explanation.

I was unable to install the solution.I got the following error while trying to install it.

"The solution file is invalid. The compressed file must contain the following files at its root: solution.xml, customizations.xml, and [Content_Types].xml. Customization files exported from previous versions of Microsoft Dynamics 365 are not supported.Error code 80048060."
githubAIBuilderIssue

Some users can't preview pdf files.

Developer had no issues previewing and opening pdf.

  • Regular users got a broken image output on the preview.
  • Even with this they where able to open the pdf files.
  • Issue not happening with other file formats (doc/jpg/png).
    when inspecting in browser, got a 401 error with a strict-origin-when-cross-origin message.

SharePoint Attachments Edit Field

Hi, I'm trying to send a galley pictures though Edit Form with "attachments" but it requires field ID.

Set(
varViskas,
GUID()
);
Collect(
colViskas,
{
DisplayName: varViskas & ".jpg",
ID: varViskas & ".jpg",
Value: UploadedImage1_3.Image
}
);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.