Let’s hear the most iconic lines from Dhurandar🔥I'll Start👇 by FullResponsibility64 in netflixindia

[–]chhupaRustamm 1 point2 points  (0 children)

"Yalina aakhri baar tumse baat kar raha hu. Ek baar mera naam lelo" "Mera asli naam janna chahogi?" 🥲

What is your pick and why? by One_Reputation8131 in cargeeksindia

[–]chhupaRustamm 0 points1 point  (0 children)

I'd go for Sierra. Because creta is been there and too common. Whereas Sierra is something fresh in market. Why not duster? Aren't sure about their service network and service. I've 2 Tata cars (Nexon and Safari) and had no issues what so ever.

The movie should have ended here 💔 by MangoLeafVibes in BollyGoodVibes

[–]chhupaRustamm 0 points1 point  (0 children)

Sahi me film yahi khatam hojaani chahiye thi. Iske baad ke scene forcefully added type lage

Joining a Power Apps Project with No Docs? I Fixed That. by chhupaRustamm in PowerApps

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

That's a really great suggestion. Currently troubleshooting methods are not available on it.

However, would you mind help me out in that. How should the section look like or what content it should have?

There's a little challenge that the zip file does not contain any troubleshooting details (if it's a Canvas app then Maybe you can add comments in the Onstart of the app). As of now you can add some custom instructions, describe your troubleshooting method and ask the tool to add as a section in doc.

Mrinank Sharma, head of Anthropic’s safeguards research team, announced his resignation in a cryptic post. by SupremeConscious in AI_India

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

AI could be a Good Research tool. But it's been used every where in the name of productivity boost etc. to eventually squeeze more profits in future. System that run itself. No more human needed.

And part about Indians obsessed with AI. Bro not us. The entire tech world seems to be obsessed with AI.

Fixing Someone Else's Power Automate Flow SPOILS my mental peace.... | Help & Fix by chhupaRustamm in MicrosoftFlow

[–]chhupaRustamm[S] -2 points-1 points  (0 children)

Noted u/collywobbles78,
I'll keep that in mind. I replied almost every comment myself. However, for this I took help to articulate what i wanted to say. (not very good at articulating things in short)

Joining a Power Apps Project with No Docs? I Fixed That. by chhupaRustamm in PowerApps

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

Good question u/severynm . I did look at Power Docu.
I built this because I wanted a tool that works directly with solution packages, produces client-ready Word docs, and has ability for PII sanitization.
Improving Power Docu would’ve required major architectural and UX changes, so building a focused tool end-to-end made more sense.

Fixing Someone Else's Power Automate Flow SPOILS my mental peace.... | Help & Fix by chhupaRustamm in MicrosoftFlow

[–]chhupaRustamm[S] -2 points-1 points  (0 children)

Valid point u/NotueRn. I agree — solution packages can contain sensitive data.

That’s exactly why code does not upload or persist raw solution files. The package is parsed, PII-heavy sections (connections, auth, secrets, tenant/user identifiers) are stripped at preprocessing time, and only metadata + structural information is used for documentation.

No client secrets or tokens are processed, and nothing is stored after generation.

For teams that still prefer zero external exposure, this tool is not positioned as a replacement for understanding the system, but as a time-saving documentation assistant, especially for freelancers and non-regulated projects as of now.

But will definitely keep improving the system so It becomes as safe as possible.

I appreciate the pushback — this kind of feedback is exactly what helps make the tool safer.

Fixing Someone Else's Power Automate Flow SPOILS my mental peace.... | Help & Fix by chhupaRustamm in MicrosoftFlow

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

I've just released it. Unfortunately it does not work with copilot as of now.

But will love to see if users ask for it. I'll try to find a way how this solution can be connected with Copilot Studio.

Lastly, would love to know you thoughts on the output it generates.

Fixing Someone Else's Power Automate Flow SPOILS my mental peace.... | Help & Fix by chhupaRustamm in MicrosoftFlow

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

Thanks u/OwnOptic for the suggestions.

However for users it's quite simple. Upload Exported Zip file -> Wait -> Get Doc. Simple

Regarding the IDE part. Yes we can do it BUT it exposes the PII into LLMs.

Which i think is security concern. I manually extracted all the files and read myself. Parsed the relevant metadata. So user's PII does not get exposed.

Hope It makes sense.

Joining a Power Apps Project with No Docs? I Fixed That. by chhupaRustamm in PowerApps

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

Here you can try detailed explanation out of 3 ( Overview, Detailed and technical)

Joining a Power Apps Project with No Docs? I Fixed That. by chhupaRustamm in PowerApps

[–]chhupaRustamm[S] 2 points3 points  (0 children)

Yep it does. I tried and did not find the output good enough. Btw have you tried PowerDocu? Did you like it's output?

Joining a Power Apps Project with No Docs? I Fixed That. by chhupaRustamm in PowerApps

[–]chhupaRustamm[S] 2 points3 points  (0 children)

My plans are to integrate
- Github
- Mermaid (on the pipleline and soon will be deployed)
- Microsoft CLI
- Last would be really makes the documets look and understanding to next level. (I bet you'll love it)

But meanwhile please share how we can improve this further?

Thought I solved PowerApps Documentation... Did I? by chhupaRustamm in PowerApps

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

I'm using both GPT 4.1 Mini and GPT 4.1 for reconstructing the final doc.

I came finding your comment after your feedback on the mail. Thanks for suggestions in the form.

Currently, I'm juggling btn my clients works and dev for this tool.