Entries by Yumi Ibrahimzade

From Yumi: Add a Star Rating Component to your screens

About If you are building a survey or a feedback form, you can use number or selection input components to get a rating from the user. Even though they will store the answer, they won’t look like the surveys that we are familiar with. However, you can use this custom Star Rating Component that lets […]

Undeleting Records with Flow

Created by Yumi Ibrahimzade ABOUT You can perform insert, update and delete operations in Salesforce Flow. Most of the time, they are enough but what if you want to undelete records from the recycle bin? There isn’t undelete records operation in Flow. However, you can achieve this using this Invocable Apex Action. See this post […]