Skip to main content

compare URLs

  • May 11, 2023
  • 1 reply
  • 9 views

Forum|alt.badge.img+4
  • Participating Frequently

HI

Trying to compare URLs in a Search records module in MAKE.

Want to find the 1 record where the URL in the table equals a URL passed from a previous module in MAKE.

Can't get it to work.... the formula in AT directly does work, but within MAKE, it simply does not. Added the trim function just in case, tried with the URL as URL field and as text field in AT.... tried with typing = and with the = operator sign in MAKE. Nothing seems to work. Where am I going wrong here?

{{if(trim(11.uri) = trim("{Record URI}"); 1; 0)}}

Thanks!

1 reply

Forum|alt.badge.img+4
  • Author
  • Participating Frequently
  • May 11, 2023

just for clarity... this is the formula I got in MAKE... it gives no results