Skip to main content

#Unofficial SF2 人正在讨论

I am using the Quick Choice component from the Flow Base Pack (the app exchange version) The data source is Picklist Field, I have it set to required and in the Value field, I have Default, as I have a default value set on the record type and picklist field. The default value is "Employer", however, when running the flow the default value is not showing up and even though it's marked as "required" it's still progressing in the flow and then erroring out as "Default" is not an acceptable value. It just started happening to my knowledge, so any ideas on what could be causing the issue? 

 

Here is a screen shot of the settings, notice that it's set to required as well  

 

Quickchoice not displaying

 

Here is what it looks like in the screen flow, notice there is no value in the quickchoice field, it should be set as Employer. 

Quick Choice Default 2.png

 

In debugging I did not put in any value for the field, and it advances, even though there is no value. and then errors out as "Default" is not a valid option. 

 

Any thoughts/suggestions are welcome 

#Quick Choice Set Component #Unofficial SF #Salesforce Admin #Flow

1 个回答
  1. Steven Trumble (Strum Consulting) Forum Ambassador
    8月7日 00:27

    When you type "Default" you are passing the literal string of "Default" to the quickchoice.  

    There is no label associated with "Default" which is why it appears blank in the UI,but then tries to save as "Default". 

     

    Check out the documentation on unofficialsf. Notice how they are passing in variables from the flow 

     

     

    When you type

     

     

0/9000

I have the most recent version of the Flow Base Packs and the Datatable.  All experience cloud users are assigned a permission set group and the perm sets that are installed with these packages are included in that PSG.  Attached are some debug logs I ran on a user reporting the issue.  As well as some Chrome developer tool results.  I have no idea how to fix this.  The datable is not a fancy setup in the screen flow.  It just displays a list of contacts.  Prior to the screen I have the contacts sorted by 3 fields that are check box fields.  Any help would be appreciated. #Unofficial SF #Datatable #Flow #Automation @Eric Smith

Upgraded Datatable Throwing Error for Some (NOT ALL) Experience Cloud Users

 

Screenshot 2023-09-21 at 8.19.28 PM.png

 

Screenshot 2023-09-21 at 8.21.55 PM.png

 

Screenshot 2023-09-21 at 8.22.04 PM.png

 

Screenshot 2023-09-21 at 8.22.10 PM.png

 

Screenshot 2023-09-21 at 8.47.08 PM.png

 

Screenshot 2023-09-21 at 8.48.27 PM.png

 

Screenshot 2023-09-21 at 8.48.58 PM.png

 

Screenshot 2023-09-21 at 8.49.13 PM.png

 

Screenshot 2023-09-21 at 8.49.44 PM.png

10 个回答
  1. 4月17日 18:28

    @Justin White I'm checking the option called  Open links in the same Tab

    to open in same tab for my Console app, stil it is opening in New Tab. Did you came across this issue by any chance. 

    Appreciate your answer.

0/9000

We use the unofficialSF datatable component a LOT at my organization, and we have all come to truly appreciate it.  My question is this:  is it possible to CONDITIONALLY cause the cell attributes (e.g.,background color) to change?  For example, if the cell value is in error, then highlight it in red?  I have read about the "optional attribute" overrides in the documentation, but I can see no way to conditionally implement those attributes.  I do have a “work around” in my flow, but it is very ugly, as can be seen below where I use a crude technique to identify the particular cell which is in error.

We use the unofficialSF datatable component a LOT at my organization, and we have all come to truly appreciate it. My question is this: is it possible to CONDITIONALLY cause the cell attributes (e.g.

  So I am just wanting to know if this is even possible.  Thanks very much.

2 条评论
  1. 2025年9月25日 18:47
    Felipe; thanks SO much for getting back with me on this; I really appreciate it. It is a very clever approach, and I am looking forward to trying it out. I think it would be a really nice feature if we could highlight cells in a datatable for a variety of purposes.
0/9000

I have the new Quickchoice component, version 2.34, installed and I need to set the existing value for a picklist field called Member Status, however, for the life of me, I can't figure out how to set it.  In the "Value" input, I have tried "Existing" and I have tried to pull the value form the single record collection I have, but the Member Status Picklist field is not showing up.  So I am super confused. 

 

#Unofficial SF #Flow

 

 

 

Can't set existing picklist value in Quickchoice?

 

 

1 个回答
  1. 2025年5月17日 10:50

    Hi @Heath Parks this is tricky, unfortunately QuickChoice does not automatically set a picklist value from record field, solution I found is to create a text variable in a Flow and assign it to the picklist value you need (in your case Member_Status__c) then set varpdefaultpicklist as Default value in the QuickChoice

0/9000

**NEW UPDATE: ISSUE SOLVED - Not Datatable issue **

 

We using Datatable from UnofficialSF (V4.1.6), in my component I let user to select multiple rows.

 

From displayed records in Datatable, when user select records - it not showing checkbox for selected rows as TRUE. From the UI it looks like none selected, but when user click next selected rows are actually available in next screen.

 

This creates few confusion to users if they selected any or not.

 

Does anyone have similar issues? Am I missing something here?

 

Few more info:

  • Passing all selected records to collection variable via Advanced 'Output Selected Rows (Collection)' option.
  • Only letting user to select record from datatable (not edit)
  • Records we displaying in dtatable varies from 20 rows to 600 rows (depends on filter from previous collection variable)
  • #Unofficial SF #Datatable
13 个回答
  1. Eric Smith (Retired) Forum Ambassador
    2025年1月30日 18:09

    Assign a collection variable to be used for the pre-selected rows in the datatable configuration.  After the screen, assign the OutputSelectedRows from the datatable to the variable so the new values will be saved before looping back to the datatable screen. 

     

0/9000

Hello - I installed the Duplicate Record Check Apex Action from Ryann Mercer, but it does not appear to be working.  I am creating a contact that I know is a dup, to test it out, but it's not finding it.  I am using it on the Contact Record with some custom dup rules that I have created.  I know there is a way to check for dups in the newer version of Flow, but it doesn't always work, if there is a misspelling in the name (no fuzzy matching), so I was hoping this would at least help.  But it doesn't appear to be working.  I "think"  I set it up correctly, using a Single record collection variable, etc.  Thoughts?

 

#Unofficial SF #Duplicate Management

 

Dup Record Check - Not Working?

 

dup check 2.png

 

dup check 1.png

1 个回答
  1. Andrew Russo (BACA Systems) Forum Ambassador
    2024年9月23日 09:54

    i have used this one and it works great

    https://unofficialsf.com/validation-checker-flow-action/

0/9000

See what's new with the unofficialsf.com Datatable component for Flow Screens.  I've added pagination, reactive headers, cleaned up a few bugs and more.

See what's new with the Datatable component for Flow Screens. I've added pagination, reactive headers, cleaned up a few bugs and more.

Get all the details here: https://unofficialsf.com/new-datatable-features/

 

#Flow #Unofficial SF #Automation

9 条评论
0/9000

I have a record triggered flow on create. When a constituent fills out a form on our site, it creates a web form record. When the record is created the form itself is dumped as a pdf into files. Additionally, contacts and other objects are created and then an email goes out to specific users. The hope was to be able to attach the form that is linked to the web form record.

 

When I debug I see the Get ContentDocumentLink found records AND i see that the ContentDocumentLink is picked up within the action yet for some reason when the email is delivered there is no attachment. I browsed through the documentation and I am not sure I fall under any of the troubleshooting.

 

I thought maybe my job's Spam filter dropped the attachment so I tried other emails, like gmail, still no attachment? any ideas??

 

#Flow #Unofficial SF #Email Attachment #File Attachements

20 个回答
  1. 2024年4月8日 18:07

    @Raquel Riemer - I had a very similar issue recently bringing in attachments from Formstack and associating with a SendBetterEmail... for me it was about timing.  The submission of the form and the creation of the attachments were a few seconds apart... just enough to not be there yet when the flow was triggered.  I had to build in a 1 minute delay to get the attachments and send the email.  Hope this helps!!

0/9000

So I am using the new Data Table component in flow to display a list of records, and it's pulling the records fine, however, when I add the columns, something weird is happening, specifically a Date field that I added.  In the flow data table it's showing the date as a day earlier.

 

See the screen shots below.

 

Here is the screen shot of the record in Salesforce (It's the Contract Object)  You can see the Start Date is 7/1/2022

 

Then in the flow, when it is displaying the list, the start date shows as 6/30/2022

 

Why would this be happening? #Flow #Unofficial SF

8 个回答
  1. 2024年2月8日 20:08
    It's very odd. The Date field itself is already a formula (referencing a date on the parent record). When I change it, the output changes on the record but not on the data table.
0/9000

The error: Something went wrong. If possible, contact your system admin and provide the following error details: We couldn't run the flow because changes in a screen component caused the number of characters in Datatable to exceed the allowed limit.

 

The screen flow with the datatable component works great. We are displaying a list of active fund records to the user. The user can then select as many funds as they wish before clicking finish and moving on.

 

However, there is an issue with fund selection. The list appears to the user with all active funds preselected, which is by design. But if the user deselects all funds and then reselects all funds the above error is triggered. Further, I was also able to trigger the error by deselecting all funds and then manually selecting records. Eventually, I selected enough records to trigger the above message.

 

Any ideas what is going on? What is the character limit for the datatable component? How do I get around this issue?

29 个回答
  1. Eric Smith (Retired) Forum Ambassador
    2024年1月23日 23:43

    It should already be in Spring '24 orgs at patch level 248.6 or higher.

0/9000