Hello all:
I am trying to use the JOIN function to create a string from 2 variables and a string, and tried these lines:
% %SearchURL% + %CurrentItem% + "%20test&origin=GLOBAL_SEARCHH_HEADER&sid=Myr"%
and
%SearchURL% + %CurrentItem% + "%20RPA&origin=GLOBAL_SEARCHH_HEADER&sid=Myr"
but I am getting a syntax error. Can anyone offer any tips? Thanks!
Solved! Go to Solution.
Hey Mate @JohnStraumannPA
You mentioned you want to join two strings - IF yes, use the concat() funtion.
Join is used for Joining values in an array with a value - for details see -https://d365demystified.com/2021/09/09/join-action-in-data-operations-in-power-automate/
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
P.S. take a look at my blog here and like & subscribe to my YouTube Channel thanks.
Hey @JohnStraumannPA
You can use + operator to concat -
Have a look at - https://docs.microsoft.com/en-us/power-automate/desktop-flows/variable-manipulation#basic-arithmetic
Note in set variable % symbols are the start and end- %VarDollar + VarThis%
Option 2 - concatenate them with a space by typing %NewVar% %NewVar2%
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hey Mate @JohnStraumannPA
You mentioned you want to join two strings - IF yes, use the concat() funtion.
Join is used for Joining values in an array with a value - for details see -https://d365demystified.com/2021/09/09/join-action-in-data-operations-in-power-automate/
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
P.S. take a look at my blog here and like & subscribe to my YouTube Channel thanks.
Thanks for your response. I am using the Desktop app and do not see the concat function?
Hey @JohnStraumannPA
You can use + operator to concat -
Have a look at - https://docs.microsoft.com/en-us/power-automate/desktop-flows/variable-manipulation#basic-arithmetic
Note in set variable % symbols are the start and end- %VarDollar + VarThis%
Option 2 - concatenate them with a space by typing %NewVar% %NewVar2%
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Read the latest about new experiences and capabilities in the Power Automate product blog.
User | Count |
---|---|
25 | |
23 | |
9 | |
9 | |
7 |
User | Count |
---|---|
41 | |
35 | |
25 | |
21 | |
13 |