It might be easier if you upload part of your workflow. I may have misunderstood your last issue.
Ok. You can place a Decision after the Message Box, then draw the line back to the start so it loops.
Let us know if you are still having problems.
Regards.
idx is not getting incremented width remains the same only the height is correct, Is it because of the assign in three stage can u covert this to only one assignā¦
and send a invite in linkedin
Give me a minute. Iāll upload workflow with this solution to hopefully help you out better.
aniesh.xaml (23.3 KB)
Hey. Here are the two solutions. The one using Regex and you might also look at Solution 2 which was @andrzej.kniola suggestion using String.Format()
the reason it wasnāt working was because you were assigning the Replacement to the orginal url so you were losing the idx replacement⦠if that makes sense. The fix was to use your variable in the 2nd and 3rd Assign activities rather than the url variable, so you keep the previous replacement.
Hope that makes sense.
My variable names might be a little different.
Regards.
there is an error in ur xaml file. I try running it what happens is first assign idx change does not transfer to the second assign in the end three assign is the final output is
The error you got from my xaml is a Message Box. Iām not sure why you donāt have this activity, but make sure you check your Activity Packages to make sure you have basic ones installed from Official. Or just simply delete them and put in your own Message Box.
I donāt understand your second image, cause I provided working solutions. I will need to look at screenshots from the workflow that you are running.
Regards.
Main.xaml (16.8 KB)
ur xaml file is not working so I moved ur assign to mine.
Change ul to url in both the width and height assign
You need to change it to the url variable, so you āupdateā the variable after each assignment, otherwise you lose your changes since ul is the original text. If that makes sense.
Regards.
got it works !!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.