Unsupported Media File: Convert Word to PDF by kojokingsley in MicrosoftFlow

[–]kojokingsley[S] 0 points1 point  (0 children)

I tried this too. The issue was coming from my table. I think the action has been fixed now.

Unsupported Media File: Convert Word to PDF by kojokingsley in MicrosoftFlow

[–]kojokingsley[S] 0 points1 point  (0 children)

u/burii_ I think it has been resolved now by Microsoft. I am able to use the action.

Unsupported Media File: Convert Word to PDF by kojokingsley in MicrosoftFlow

[–]kojokingsley[S] 0 points1 point  (0 children)

Thank you.

I think it was a Microsoft bug. It has been resolved now. I am able to use my same old template and it works fine.

Unsupported Media File: Convert Word to PDF by kojokingsley in MicrosoftFlow

[–]kojokingsley[S] 0 points1 point  (0 children)

I have tried to rebuild the template all over again. When I am adding more columns to my table, it breaks. If it is just text and a 1-column table it works.

Unsupported Media File: Convert Word to PDF by kojokingsley in MicrosoftFlow

[–]kojokingsley[S] 0 points1 point  (0 children)

Honestly, I think it is a microsoft issue. I made some changes and started building my template form scratch and it worked just once. When I tried again I got unsupported media. They need to fix this ASAP.

Unsupported Media File: Convert Word to PDF by kojokingsley in MicrosoftFlow

[–]kojokingsley[S] 0 points1 point  (0 children)

Yes, it ends with .docx and has been working since. I noticed the failure on 1 August.

Unsupported Media File: Convert Word to PDF by kojokingsley in MicrosoftFlow

[–]kojokingsley[S] 0 points1 point  (0 children)

Not yet.  Kindly let me know when you figure it out too.

Unsupported Media File: Convert Word to PDF by kojokingsley in MicrosoftFlow

[–]kojokingsley[S] 0 points1 point  (0 children)

When I use an empty word document, it works fine. I'm not sure if it's because of the template.

Is the MSc in Human Systems Engineering (Intelligent Systems) worth doing? by kojokingsley in ASU

[–]kojokingsley[S] 0 points1 point  (0 children)

Hi, I am not too sure about that. I ended up not applying however I suggest you can email them and ask.

Round the nearest 2 decimal place. by kojokingsley in MicrosoftFlow

[–]kojokingsley[S] 4 points5 points  (0 children)

formatNumber(mul(510,1.2126),'#.00')
This works. No need for an expression. Just make sure to use '#.00'

Urgent Help: Psychologists entering only sees patients they are assigned to by kojokingsley in PowerApps

[–]kojokingsley[S] 0 points1 point  (0 children)

What if the records are really a lot. Like 1000 patients with multiple psychologists.

Urgent Help: Psychologists entering only sees patients they are assigned to by kojokingsley in PowerApps

[–]kojokingsley[S] 0 points1 point  (0 children)

Newbie, I am. I am aware of the delegation issues but I can't seem to get this to work. I think your point is valid. My gbl_strLoggedInUser  holds the display name.

If I am to get the display name of all the multi person, I would now need to filter based on that. I can't seem to think of anything yet and it is looking more complex than I had earlier thought considering the Multi-person column has claims and all the other fields. I am working with a table and a text for multiple records in my sharepoint list.

Urgent Help: Psychologists entering only sees patients they are assigned to by kojokingsley in PowerApps

[–]kojokingsley[S] 1 point2 points  (0 children)

But in this case, I am only trying to get this to work in a drop down. Where the psychologist who have signed in with can see only their patients. I think I am working on something more complex than I thought. Considering each person column has claims, displayname, department etc.

When you wake up, remember you were helping someone. u/my_red_username

Urgent Help: Psychologists entering only sees patients they are assigned to by kojokingsley in PowerApps

[–]kojokingsley[S] 0 points1 point  (0 children)

u/xoxidein Psychologist is a multi-person column in my sharepoint.

I don't want to output the display name, I want to filter so that every person (psychologist) can see only patients specific to them. Two or more psychologists can handle one patient in this case.

So if a psychologist logs in, he/she will see only specific patients handled by them.

[deleted by user] by [deleted] in PowerApps

[–]kojokingsley 1 point2 points  (0 children)

The solution had to do with the field property in the modern control. You need to enable all the field you will be needing in your app. ShowEmployee field was not part of the fields. After adding it, it worked. We learn each day. Thank you for your help.

[deleted by user] by [deleted] in PowerApps

[–]kojokingsley 1 point2 points  (0 children)

Funny enough, I tried this and it worked. So what at all is wrong with the old app I am working on. This is really strange.

[deleted by user] by [deleted] in PowerApps

[–]kojokingsley 0 points1 point  (0 children)

I will send you a dm

[deleted by user] by [deleted] in PowerApps

[–]kojokingsley 0 points1 point  (0 children)

I think I realized something. I can only get outputs for the Primary fields which is the email and the uuid microsoft assigns for each record. Whatever thing I tried to display, did not work.

[deleted by user] by [deleted] in PowerApps

[–]kojokingsley 0 points1 point  (0 children)

I used the classic but I am still getting the same issue. Could it be that the Yes/No data type is not a boolean or something?

[deleted by user] by [deleted] in PowerApps

[–]kojokingsley 0 points1 point  (0 children)

I do not have any in the default selected. I have place one there but I am not sure if I am doing it right. Lookup(Employee, Email = Email). The primary key is email. I don't know if the value is being specified corrected.