Questions tagged [flexcard]
The flexcard tag has no summary.
14 questions
0 votes
0 answers
13 views
Integration Procedure that creates records returns record Id's but no records are created
I have a Flexcard with an Integration Procedure as a source. Inside this IP is an HTTP action (conditionally triggered), and Data Mappers for creating and retrieving data. As I said in the title, it ...
0 votes
0 answers
28 views
Switching FlexCard Data Source from Managed Package Financial Account to Standard FSC Core Model
In the Account FlexCard, the Integration Procedure "FetchFinancialAccounts" uses the Data Mapper "FSCFetchFinancialAccountDetails", which currently pulls data from the ...
0 votes
0 answers
47 views
Flex card not rendering as expected
I'm creating a simple Omnistudio Flex Card that shows the weather. I've just set the above mentioned JSON. When I set a couple of fields (as indicated in the screenshot, with the following values: {...
0 votes
1 answer
82 views
Flexcard : Setup Formula for a field
I have two fields in a FlexCard: Quantity and Unit Price. I want to display a third field or simple text that shows the calculated value (Quantity × Unit Price), without making any backend calls. How ...
0 votes
0 answers
53 views
How to embed a LWC into omni studio flex card?
i am trying to embedded a LWC into flex card but getting this following error This page has an error. You might just need to refresh it. Error in $A.getCallback() [Attempting to reference cross-...
0 votes
0 answers
594 views
How to fire/publish event from Omniscript element to Flexcard and handle in the same step
I've been struggling with Omniscript and Flexcard communication. I have a Flexcard that i want to use display info, warning and error etc messages. That Flexcard has a integration procedure to fetch ...
-1 votes
2 answers
105 views
Is it possible to call a flyout Flexcard from a flyout out flexcard
Is it possible to call a flyout Flexcard from a flyout out flexcard. Is this possible using out of the box or we have to full custom LWC only. When i tried adding a child flex card and then a grand ...
0 votes
0 answers
101 views
Static Resources in Flexcards Return 301 in Experience Cloud
We have a Flexcard that has an Image Component, in the Image Source path I placed a static resource: /resource/MyImage, the component designer preview works fine and the image is displayed. However, ...
0 votes
0 answers
136 views
datatable in omnistudio flexcard based on apex remote not showing data
this is the structure of data returned by my apex method which is being used by flexcard: { "FileWrapperList": "[ {\"lastModifiedDate\":\"2025-01-06T06:30:46....
0 votes
1 answer
576 views
Translation into Omniscript standard error message
How can I translate the default error message when setting the element as required in an omniscript?
0 votes
1 answer
698 views
Flexcard event listener data action response node not working
I am building a MVP where I have a Flexcard that displays 3 Account records in a datatable element. You can click on a row and the rowclick event triggers. I set up an event listener in the Flexcard'...
0 votes
1 answer
542 views
Close a flyout from en embedded omniscript
The strcture of my components is the following: A parent Flex Card A child flex card that receives a list of data rows from the parent FC For each rows, there is a button that when clicked calls an ...
0 votes
1 answer
546 views
communicate click between LWC to FlexCard
I have a LWC embedded in my FlexCard which displays conditionally. I want the LWC to close when a button on it is clicked. Here is my LWC code: import pubsub from 'omnistudio/pubsub'; ...
0 votes
1 answer
923 views
Flexcard datatable condition not working
I am using a flexcard to display a data table and I am using a condition on the table to display only those where CaseStatus = New, however, it seems to totaly ignore the condition. Here is a json ...