Anna Lucas
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by Anna Lucas-
Anna Lucas created a post,
Transferring Connector from Sandbox to Production
I'm trying to transfer my NetSuite - Salesforce IO connection to production in Celigo. For some reason, the consultants we worked with set up 10+ connections between Salesforce - Celigo and Celigo ...
-
Anna Lucas commented,
Ah yes, that makes sense. I forgot about that. Is it possible to use contains at all in the filter? The account name may not the exact same in our outside database as it is in Salesforce.
-
Anna Lucas created a post,
Creating a Lookup to Find Salesforce Account ID
I have a custom flow that is pulling data from an outside data table and I want to populate fields in a Salesforce record. The issue I'm running into is that our outside data table only has the Acc...
-
Anna Lucas commented,
That didn't quiet work because it was giving me multiple outputs. I ended up with this {{#compare OpportunityLineItems.[*].Product_Code__c "==" "TC001"}}{{multiply TCV ".80"}}{{/compare}} {{#compa...
-
Anna Lucas created a post,
Nested Compare Handlebar Expression
I'm trying to write a handlebar expression to calculate and populate the amount a specific way based on what product is being used in Salesforce. The logic would be if the product code = TC001 the...