• lot car
  • NEWBIE
  • -1 Points
  • Member since 2023

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
I'm trying to work with the tutorials in Passage Technologies Lookup Helper (new to this application). They present one scenario with this Formula  IF(Amount__c > 20, "High", IF(Amount__c > 10, "Medium", "Low"))  when I run it I get this error message - Error: Incorrect parameter type for operator '>'. Expected Text, received Number

Not sure how to solve this. Seems strange they would post tutorials with errors in their formulas

I have a Console Navigation App. I have added one LWC component to the lightning record page. The component saves some data. On click of Save, I want the page to refresh automatically, so as to display the changes made. Is there any way to implement the same from LWC directly (I don't want to use Aura component) ??

I have tried with "NavigationMixin.Navigate". It works fine with Standard Navigation Apps, but no success in CONSOLE NAVIGATION Apps