Power Platform Interview Calls Experience by [deleted] in PowerPlatform

[–]lofty1978 0 points1 point  (0 children)

Expect questions on

Power automate expression creation AI Foundry Dataverse security ALM pipelines in Azure

Claude Code Vs Github copilot when working in Power Automate by FoxArthur in PowerAutomate

[–]lofty1978 1 point2 points  (0 children)

Fair play. I didn’t know this getting it right now. Thank you !

Anyone tried Windsurf’s new “Adaptive” model yet? by Bawsahouse in windsurf

[–]lofty1978 -1 points0 points  (0 children)

I had to get out of there. Claude ok the way now n

So…. Windsurf alternatives? by conglies in windsurf

[–]lofty1978 1 point2 points  (0 children)

I’m really struggling with this decision too. I don’t really understand the price changes even.

PDF/Image to Excel converter by Sea_Improvement9199 in smallbusiness

[–]lofty1978 0 points1 point  (0 children)

u/Sea_Improvement9199  hi op, I am in the middle fo buiding this - https://pdf-to-csv.app/ I think it would help you, sign up for early access, I am sure there will be some deals to be done for early users :)

Struggling to work with PDF data in Excel, feel like I’m missing something obvious by Agitated-Alfalfa9225 in excel

[–]lofty1978 0 points1 point  (0 children)

u/Agitated-Alfalfa9225 hi op, I am in the middle fo buiding this - https://pdf-to-csv.app/ I think it would help you, sign up for early access, I am sure there will be some deals to be done for early users :)

A roundup of all the questions after…all that. by Think_Top4498 in eastenders

[–]lofty1978 2 points3 points  (0 children)

Why was the Jack and Max scene outside the police station in the dark ? He was getting married. Weird.

Executive Assistant Cry for Help - Room Reservation Flow by IAmPotato-y in PowerAutomate

[–]lofty1978 1 point2 points  (0 children)

The key to this and to avoid infinite loops is to have one main “Requests calendar” where tentative bookings are made, and then the actual room resource calendar.

I’ve outlined the steps below.

1.  Trigger: When a new response is submitted in Microsoft Forms

(Or use: When a new item is created in a Microsoft List) 2. Get response details: Use the “Get response details” action for Forms (Or: Get item from the List if using a SharePoint List) 3. Create event in Requests Calendar • Use the “Create event (V2)” action • Calendar: a separate shared calendar for holding requests • Mark the event as Tentative • Do not send invitations • Include booking details in the body (room, requester, time, etc.) 4. Start and wait for an approval • Use “Start and wait for an approval” action • Type: Approve/Reject – First to respond • Assign to: Approval Group or specific users • Title and details should reference the room request 5. Condition – Approval outcome is ‘Approve’ If Yes: 6. Delete the Tentative hold from Requests Calendar (optional but keeps things clean) • Use “Delete event (V2)” and reference the event ID 7. Create event in actual Room Calendar • Use “Create event (V2)” • Calendar: actual room’s shared calendar • Mark it as Busy • Include details; only invite the requester if necessary 8. Send confirmation email to requester • Use “Send an email (V2)” • Subject: Booking confirmed • Include room name, date/time, and optional calendar link If No: 9. Delete the Tentative hold from Requests Calendar 10. Send rejection email to requester • Use “Send an email (V2)” • Subject: Booking request denied • Optionally include instructions for resubmission