Bro how to fetch or perform crud operations using graph api in sharepoint online with more than 5k list/library items?
@HarshalDeshmukh-j5g9 күн бұрын
right bolna band karo ,, distract hota hai bahot
@shivanisharma276110 күн бұрын
Do you provides training?
@yashkhambhatta953617 күн бұрын
I was having trouble with documentation great content, helped me clear that. Also for people getting "SPO license" stuff im pretty sure you need to gave a business account for microsoft, or an azure account.
@technicalsmahajan14 күн бұрын
Thanks for the feedback and for sharing your experience!
@venkateshkilari657223 күн бұрын
And we have config anything for bearer token in java or microsoft will give bearer token please reply fast
@technicalsmahajan14 күн бұрын
You can use the Microsoft Graph API to get a bearer token in Java for authenticating with SharePoint.
@venkateshkilari657223 күн бұрын
hi bro Nice video but i have one dout when we uploading image to sharepoint drive -> folder why u used put instead of Post
@technicalsmahajan23 күн бұрын
Thank you for watching and for your question! The reason for using the PUT method instead of POST when uploading an image to SharePoint Drive is that PUT is typically used to upload or update a specific resource (like a file) at a known URL. In this case, the file path in SharePoint is predefined, so PUT is the most appropriate choice. On the other hand, POST is usually used to create a new resource or submit data to a server without a predefined location. I hope this clears up the confusion! Feel free to ask if you have more questions.
@ibrahimemredemirel729927 күн бұрын
Thanks 👍👍👍
@rahulrevlana2155Ай бұрын
Sir, can you please help me to create powerapps for shared mailboxes. If emails received to shared mailbox with attachment copy attachment to SharePoint documents library and remove attachment from the shared mailbox email.
@annbonadorАй бұрын
I have error any idea. 'Your message wasn't delivered because the recipient's email provider rejected it. Remote server returned '550 5.7.708 Service unavailable. Access denied, traffic not accepted from this IP. For more information please go.
@naveensharma9436Ай бұрын
Mujhe ek form banana hai, jisme 4 questions honge, Sales Rep, Customer name, startdate, end date. Sales rep m 30 users hain, or user ke behalf pr uske customers honge, condition hai, agar A customer login kre to use sirf Sales rep m A user dikhe or A user ke customers dikhe baaki na dikhe, ye possible hai pls support on this
@technicalsmahajanАй бұрын
To create a custom form in Power Apps and use the Patch function to save data: Dropdown for Customers: Set the Items property of the dropdown to: Filter(Customers, AssignedRepEmail = User().Email) This ensures only customers assigned to the logged-in user are displayed. Submit Button: On the OnSelect property of the submit button, use this code to save the form data: Patch( Customers, Defaults(Customers), { CustomerName: CustomerDropdown.Selected.CustomerName, StartDate: StartDateInput.SelectedDate, EndDate: EndDateInput.SelectedDate, AssignedRepEmail: User().Email } ) This will save the data correctly with the assigned Sales Rep and customer details. This approach ensures only the customers assigned to the logged-in user are shown, and the data is saved properly. Let me know if you have any further questions!
@naveensharma9436Ай бұрын
Thank you bro, I really appreciate it. I will try if there is any confusion so pls support and share your no pls so I can coordinate and learn from you
@naveensharma9436Ай бұрын
@@technicalsmahajan❤
@naveensharma9436Ай бұрын
How can I connect with you?
@naveensharma9436Ай бұрын
@@technicalsmahajan Maine dependant drop-down se form bna liya hai, but ye nahi kar paa rha hoon ki agar Sales Rep A login kre to use sirf usi ka data show ho pls support on this, ki kaise kru, Column Names are, Sales Rep, CustomerName, Date, start time, end time
@Snmdeeds4433Ай бұрын
Please upload more videos of projects build from scratch its really helpful ❤❤❤❤❤
@technicalsmahajanАй бұрын
Thank you! I'm planning more beginner-friendly projects-stay tuned!
@kahani..thestorywillnevere8525Ай бұрын
Very informative, Can I reach you personaly? Need more information
@technicalsmahajanАй бұрын
How can I help you?
@mr.kuvadiya777Ай бұрын
hello i am troubling issue with this error :- The tenant for tenant guid '8178127a-5357-4eb0-b575-f2673be3a449' does not exist.
@technicalsmahajanАй бұрын
Hi! The 'Tenant ID does not exist' error usually happens due to a misconfiguration in Azure AD. 1️⃣ Verify your Tenant ID in Azure Active Directory > Overview. 2️⃣ Ensure your app is correctly registered in App Registrations and uses the right Tenant ID, Client ID, and Client Secret. 3️⃣ Check API permissions and grant admin consent. Use the correct token URL: login.microsoftonline.com/{tenant_id}/oauth2/v2.0/token. Let me know if you need more help!
@HarshHapaliyaАй бұрын
You deserve a raise(beer)
@hassaanistic2 ай бұрын
What about downgrade and giving refund of the excessive amount
@MuhammadJamshaid-g2k2 ай бұрын
that is video not good because you don't explain clearly and not code put the description
@Jamshaid.Developer2 ай бұрын
Brother great video i watched your 13 video i am learning power app your way is very well
@Sharvi47122 ай бұрын
I followed the instructions but when I try to add folders, get an error "Tenant does not have a SPO license". Do I need to take any other subscription for this to work?
@cuongnguyen-ub2onАй бұрын
I got the same error as you, have you fix it up?
@ateekshaikh45102 ай бұрын
Sir thoda jaldi upload kiya kro video ko bahot wait krta hu video ki
@AdityaJaiswal-n5c2 ай бұрын
Very useful video. What are there in Header apart from the token?
@mohammadyounus31812 ай бұрын
this is not Responsive
@ateekshaikh45103 ай бұрын
Thank you sir
@ashfaquehashmi66303 ай бұрын
You're doing a great job brother
@nareshsankhat-l8b3 ай бұрын
kitni bar code downlode karna hoga 4 project ho hi gye abhi tak
@msh10103 ай бұрын
It was clear and wonderful even though I couldn't understand the language! Thanks very much!
@yasirali7143 ай бұрын
Kindly logic likha ni dikhaya kry video me khd create kia kry us sy hamy zyada axha pta chly ga thanks
@yasirali7143 ай бұрын
Best playlist for beginners
@shubhamsatpathy64893 ай бұрын
is this the only way to access a SharePoint end points
@NIADAut3 ай бұрын
can u pls share the colletions
@technicalsmahajan3 ай бұрын
Thank you for watching! 😊 I've added the Postman collection link in the video description for easy access. Please check and let me know if you have any other questions!
@yasirali7143 ай бұрын
Just Loving it
@MukeshSahu-bq3oc3 ай бұрын
Can you tell us how to write api if we have particular access within a specific site(site selected) in SharePoint
@ateekshaikh45103 ай бұрын
Sir apki pure video ko follow karta bahot help hoti he apki videos se but koi bada project bana ke video dalo
@technicalsmahajan3 ай бұрын
Thanks a lot! 😊 Happy to hear the videos help. I’ll work on a big project tutorial soon-stay tuned!
@ateekshaikh45103 ай бұрын
@@technicalsmahajan thanks a lot sir
@YogeshDevtulla-tr9wn4 ай бұрын
Bhai jab mai submit pr click kar rha hu data submit ho rha hai but excel sheet pr ek hi column add ho rha ahi or list view mai sirf wahi column dikh rha hai bki blank id bhi generate ho rhi hai esa kuu
@technicalsmahajan4 ай бұрын
Thanks for watching. Aapka data submit ho raha hai, lekin sirf ek column update ho raha hai. Yeh kuch wajahon se ho sakta hai: Field Binding: Power Apps mein form ke sabhi fields ko sahi Excel columns ke sath link karein. Excel Table: Apni Excel sheet ko Table format mein convert karein, Power Apps sirf table format mein kaam karta hai. SubmitForm ya Patch Function: Aapke submit button ka logic check karein. Ensure karein ki sabhi fields sahi tareeke se pass ho rahe hain. Agar aapko aur madad chahiye toh batayein!
@yogeshdevtulla24004 ай бұрын
Thanks I’kl check and also try to connect with new excel sheet may be that works and let you know once again thanks .
@YogeshDevtulla-tr9wn4 ай бұрын
@@yogeshdevtulla2400 Hey thankyou for your reply I found the issue. the thing is that i have a field in sheet is "admission number" and in my powerapp it shows "admission_x2020_number" something like this so what i did , I select the field and in the text i replace "properties>>display>>text>>" from "parent.displayname" to "parent.datafield" and in the properties i change the data field name "admission Number " so i got it this cause error. but the thing is that how do i change the name of field its "admission_x2020_number" isnt look good please help
@yasirali7144 ай бұрын
Crud operation completed🎉
@technicalsmahajan4 ай бұрын
Thank you! 🎉 I'm glad the CRUD operation is completed successfully! If you have any further questions or need help with something else, feel free to ask. I'm here to help! 😊
@yasirali7144 ай бұрын
@@technicalsmahajan just upload some basic to advance projects using power apps
@neelamyadav76624 ай бұрын
i need your help , please help me
@technicalsmahajan4 ай бұрын
Of course! Could you please share the comment so I can help you craft the best response?
@neelamyadav76624 ай бұрын
@@technicalsmahajan you are great. I face issue for variable deciding.
@technicalsmahajan4 ай бұрын
@@neelamyadav7662 Thank you! 😊 When working with variables in Power Apps, you can use two main types: Global Variables (accessible across all screens): Use the Set() function. Example: Set(MyGlobalVar, 10); This creates a variable MyGlobalVar with a value of 10, and you can use it on any screen. Local Variables (limited to the current screen): Use UpdateContext(). Example: UpdateContext({MyLocalVar: 20}); This creates MyLocalVar, which you can only access on the screen where it's defined. Collections (for storing tables or lists of data): Use ClearCollect(). Example: ClearCollect(MyCollection, [1, 2, 3]); This creates MyCollection, a table with 3 rows, which you can access anywhere. Hope this helps! Let me know if you need more guidance on when to use each one! 👍
@Dynamic365crm-b9j5 ай бұрын
hi bro you contact no?
@ateekshaikh45105 ай бұрын
Sir video jaldi upload kiya kro please
@Cursoseducate5 ай бұрын
Buen trabajo / good job. Has ido al grano, sin rodeos con la información sintetizada. Gracias Smahajan
@SurendrasinhMahida-c8e5 ай бұрын
Nice Bhai Best Learner
@ateekshaikh45105 ай бұрын
Sir video thoda jaldi dala kro
@technicalsmahajan4 ай бұрын
Thank you for your feedback! Main koshish karunga ki agle videos jaldi upload karun. Aapka support bahut important hai! 😊 Agar aapko koi specific topic pe video chahiye ho toh batayein, main uspar bhi jaldi kaam karunga.
@ateekshaikh45104 ай бұрын
@@technicalsmahajan bilkul sir full support he apko 🤝
@shivprasadgupta56285 ай бұрын
If any data add my google sheet then how it will automatically update to share point
@Akshsharma-y7x5 ай бұрын
hello, I created a subscription but every time, it shows incomplete status why?
@andricreyramirez80485 ай бұрын
the best tutorial out there, Thanks
@technicalsmahajan5 ай бұрын
Thanks a lot for the amazing feedback! I'm thrilled to hear that you enjoyed the tutorial. If there's anything else you'd like to learn or any questions you have, don't hesitate to reach out. Keep up the great work!
@namratachougule38886 ай бұрын
How did you bind DatePicker to dropdown ? Will you please explain ?
@technicalsmahajan6 ай бұрын
Thanks for watching, you can't directly bind a DatePicker to a dropdown, but you can filter dropdown options based on the selected date. Use this formula in the dropdown's Items property: Filter(YourDataSource, DateField = DatePicker1.SelectedDate).YourDropdownField This will update the dropdown to show options relevant to the selected date. Let me know if you need more details!
@TarcisioJunior-k4u6 ай бұрын
Where is the postman collection files?
@technicalsmahajan6 ай бұрын
Thank you for your comment! I appreciate your interest. The Postman collection files and steps are in the video description. Please check there for the details.
@TarcisioJunior-k4u6 ай бұрын
@@technicalsmahajan Hi and thanks for answer me. I don't find the collection file ;(
@technicalsmahajan6 ай бұрын
@@TarcisioJunior-k4u Please check postman collection URL in description
@TarcisioJunior-k4u6 ай бұрын
@@technicalsmahajan Thank ypu so much!! Do you know any tutorial where they do it using laravel (PHP)?
@olumayokunfadelu25066 ай бұрын
Thanks for your videos. I am currently using power apps. I am utilizing a vertical gallery and I have also included a sort drop down. The sort drop down has the following items" ContentViews, ContentRating and ContentUploadDate. I want to be able to sort by each item in descending order. I used the below formula and the sorting worked. However, it shows the following error (delegation warning: The "Sort"part of this formula might not work correctly on large data sets) despite it working Sort( Filter( FinanceContentTables, (IsBlank(drpTransformationArea.Selected.Value) || 'Transformation Area' = drpTransformationArea.Selected.Value) && (IsBlank(drpTechnologyplatform.Selected.Value) || 'Technology Platform' = drpTechnologyplatform.Selected.Value) && (IsBlank(drpTechnologydetails.Selected.Value) || 'Technology Details' = drpTechnologydetails.Selected.Value) && (IsBlank(drpFinanceprocess.Selected.Value) || FinanceProcess = drpFinanceprocess.Selected.Value) && (IsBlank(drpFinanceOrganization.Selected.Value) || FinanceOrganization = drpFinanceOrganization.Selected.Value) && (IsBlank(drpComptencylevel.Selected.Value) || CompetencyLevel = drpComptencylevel.Selected.Value) && (IsBlank(drpContenttype.Selected.Value) || ContentType = drpContenttype.Selected.Value) ), If( drpSort.Selected.Value = "ContentViews", ContentViews, If( drpSort.Selected.Value = "ContentUploadDate", ContentUploadDate, If( drpSort.Selected.Value = "ContentRating", ContentRating, ContentViews // Default to ContentViews if none match ) ) ), If( drpSort.Selected.Value = "ContentViews" || drpSort.Selected.Value = "ContentRating" || drpSort.Selected.Value = "ContentUploadDate", SortOrder.Descending, SortOrder.Ascending // Default sort order if none of the above match ) ) I tried the above formula, however I got the following warning/error "Delegation warning. The "Sort" part of this formula might not work correctly on large data sets" for this section of the formula: If( drpSort.Selected.Value = "ContentViews", ContentViews, If( drpSort.Selected.Value = "ContentUploadDate", ContentUploadDate, If( drpSort.Selected.Value = "ContentRating", ContentRating, ContentViews // Default to ContentViews if none match ) ) ),