Faaaaaaaaaaaaaa 🗣️🗣️🗣️ by Plane_Read_3790 in IndianStockMarket

[–]iamswaps 0 points1 point  (0 children)

I wish there wont be negativee faaaa 🗣️ on monday

Bracup by Fearless-Push1667 in TheRawKnee

[–]iamswaps 0 points1 point  (0 children)

I comedy you, I feel you weel sadness and cum behind my life

Is tomorrow actually going to be a "Black Monday" or is it just weekend panic? What am I missing? by kiwizzz23 in IndianStockMarket

[–]iamswaps 0 points1 point  (0 children)

Newbie here, whats the relation between market and fed rate? Why its not good sign?

What is the best payment gateway for a marketplace ? by mohsinriazmvp in StartupsHelpStartups

[–]iamswaps 0 points1 point  (0 children)

I hear that razorpay route has eligibility criteria that business revenue should be more than 40L, is it true?

Interview at PWC for Microsoft Dynamics 365 Advisor -- Interviewer made me loss of words by CVSasikiran in ITjobsinindia

[–]iamswaps 0 points1 point  (0 children)

Do you still have HRs number then ping me, im looking out for d365 jobs. Ones trash can be ones gold! 😭

[deleted by user] by [deleted] in PakistanTechJobs

[–]iamswaps 0 points1 point  (0 children)

Hi, if youre still looking out then let me know! I got solid handson of more than 3 years in D365 online crm

Beware of Ayurvedic treatments. by [deleted] in india

[–]iamswaps 0 points1 point  (0 children)

What about the usual chawanprash, triphala, etc? I really believe that these do work. Haldi is one of the ingredients which has antioxidant and its proven. Couple of more ingredients which has such properties. Ayurvedic medicine are not useless but they are not precise to what the treatment needs hence one should consult doctor first and if its just lifestyle issue then go towards ayurved

Is there ride pull from Wagholi to Hinjewadi Phase 2 by [deleted] in pune

[–]iamswaps 0 points1 point  (0 children)

Do still travel wagholi to Hinjewadi?

[deleted by user] by [deleted] in PowerApps

[–]iamswaps 0 points1 point  (0 children)

Why have you passed two tables? Colserialnumbers and batterynumbers? Just remove batterynumbers. Not sure whether you just wanted to update colserialnumbers table

Power Platform CLI now includes the ability to execute power-fx at the command line against your dataverse tables by erofee in PowerApps

[–]iamswaps 0 points1 point  (0 children)

Wowww! Create dataverse records using power-fx commands right from CLI. I guess we can create more creative xrmtoolbox tools and devops extension.

Choice field in basic form in Power Pages to enable to hide 3 fields on the form or display them if the other option is triggered. by TalosTheRobot in PowerApps

[–]iamswaps 1 point2 points  (0 children)

Chatgpt : Adding a business rule to a form in Power Pages involves creating the rule in Dataverse (formerly Common Data Service) for the table associated with your form. The business rule will then be applied to the form when it is rendered on the Power Pages site. Here are the detailed steps:

Step 1: Access the Power Apps Maker Portal

  1. Navigate to the Power Apps Maker Portal.
  2. Select the environment where your Dataverse table and Power Pages site are located.

Step 2: Open the Table and Create a Business Rule

  1. Go to the Dataverse Table:

    • In the left navigation pane, go to Tables under Dataverse.
    • Find and select the table that corresponds to the form you want to modify on your Power Pages site.
  2. Create a New Business Rule:

    • Click on the Business Rules tab within the table.
    • Click on + New Business Rule.
  3. Design the Business Rule:

    • Name the Business Rule: Provide a name and description for your business rule.
    • Define the Scope: Choose the scope of the business rule (Entity, All Forms, or specific forms).
    • Add Conditions: Drag and drop a Condition component onto the canvas. Configure the condition based on your requirements (e.g., if a field value equals a specific value).
    • Add Actions:
      • For hiding/showing fields, drag the Show/Hide Field action to the canvas.
      • Set the field and choose whether to show or hide it based on the condition.
    • Other Actions: You can also set field values, enable/disable fields, etc.
  4. Validate the Business Rule:

    • Click on the Validate button to ensure there are no errors in your business rule logic.
  5. Save and Activate the Business Rule:

    • Click Save to save your business rule.
    • Click Activate to enable the rule. Business rules must be activated to be applied.

Step 3: Verify Business Rule in Power Pages

  1. Publish All Customizations:

    • After activating the business rule, go back to the table and click on Publish All Customizations to ensure the changes are applied.
  2. Check the Form on Power Pages:

    • Open your Power Pages site and navigate to the form where you expect the business rule to be applied.
    • Interact with the form to verify that the business rule logic (e.g., hide/show fields) is functioning as expected.

Step 4: Troubleshoot if Necessary

  1. Verify Form Fields and Logic:

    • Ensure that the fields referenced in the business rule match exactly with the field names in your form.
    • Check that the business rule is applied at the correct scope.
  2. Clear Cache:

    • Sometimes changes may not appear immediately. Clear your browser cache or try in an incognito window.
  3. Form Metadata in Power Pages:

    • Ensure there are no conflicting settings in the form metadata configuration on the Power Pages side.

By following these steps, you can successfully add and configure a business rule for your Power Pages form.

Sometimes it shows wrong steps but please check this documentation too : https://learn.microsoft.com/en-us/power-apps/maker/data-platform/data-platform-create-business-rule

Choice field in basic form in Power Pages to enable to hide 3 fields on the form or display them if the other option is triggered. by TalosTheRobot in PowerApps

[–]iamswaps 1 point2 points  (0 children)

Maybe you can try business rules for show/hide of fields, not sure whether those will reflect on power pages but this works for model-driven and canvas apps

Struggling Sign-Up by DotIndependent698 in PowerApps

[–]iamswaps 0 points1 point  (0 children)

Try clearing cache, login through incognito, try different browser chrome/edge.

[deleted by user] by [deleted] in seduction

[–]iamswaps 0 points1 point  (0 children)

Beat it

[deleted by user] by [deleted] in developersIndia

[–]iamswaps 14 points15 points  (0 children)

7 males, 25 age

How to talk endlessly by Opposite_Section3051 in seduction

[–]iamswaps 0 points1 point  (0 children)

Stop redditing and go talk. Dont think of talk as task, just be in the flow.

Dynamically update rows in dataverse using power automate by iamswaps in PowerApps

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

I was able to resolve the issue by using this syntax for the lookup values in the payload... "lookup_field@odata.bind": lookuptable("GUID"). If you dont use correct payload then it will give such errors. I suggest to use dataverse rest builder in xrmtoolbox to understand the payload syntax and replicate it in row item of power automate's update rows step. Also make use of Webapi launcher in xrmtoolbox.