Help
Michael_Benson
6 - Interface Innovator
6 - Interface Innovator
since ‎Jan 28, 2018
‎Mar 20, 2024

User Statistics

  • 17 Posts
  • 0 Solutions
  • 24 Kudos given
  • 6 Kudos received

User Activity

Hello,I want to compare the values of a Rollup field with a Linked Record field.Field A is a rollup that contains the following text:"Value 1, Value 2"Field B is a Linked Record that contains the following records:Value 1 Value 2I want a formula that...
Hi there, I have built an automation that will: Step 1: Trigger when a record is created in Table A Step 2: Find matching records based on a condition in Table B Step 3: Update a linked field on all matching records from Step 2 with the ID of the new...
Hi there, Lets say hypothetically that I have 40 separate Linked Record Fields (Field 1, 2, 3 etc) that make the same connection between Table A and Table B. For each row only one of these fields will be updated. I want to therefore create a master f...
Hi there, I have a rollup field - Field A - which displays items in an array using a comma separator. I retrieve the items using ARRAYUNIQUE(values). When I try and call this field in another field - Field B, this formula keeps the comma separator: {...
Hi there, Let’s say I have a formula field - Field A - that produces a decimal value (e.g., 0.5). I use the formatting option within the formula field to display this value as a percentage. However when I call that field in another formula - Field B ...