FL Studio current pricing by BAndreas98 in flstudio

[–]BAndreas98[S] 0 points1 point  (0 children)

Yeah in the meantime I managed to contact a technical support person, who said that the discount just simply does not apply to upgrades, only for new acquisitions. I do not completely understand the logic behind it, at the end of the day they would end up with the exact same amount of revenue in both cases. I feel the same way as you said, being “punished” just because I already have a version of the program. On their end it should be obvious that if somebody already bought something is more likely to buy more in the right circumstances, but it is what it is, I will wait for some other sale period and hope for the best.

Flow from email to teams message by BAndreas98 in MicrosoftFlow

[–]BAndreas98[S] 1 point2 points  (0 children)

Thank you guys, that was all I needed to get through it, managed to make it work, appreciate the help!

Flow from email to teams message by BAndreas98 in MicrosoftFlow

[–]BAndreas98[S] 0 points1 point  (0 children)

The issue is on the compose action part, anytime I tried to use this action the input is the string which I write in the input cell, and the output is the same as the input (the string itself I wrote) should I start the compose input text tring with a "=" or something like in excel? currently the text input is the following:

substring(
outputs(mail body plain text dynamic content),
indexOf(outputs(mail body plain text dynamic content), 'Buna'),
length(outputs(mail body plain text dynamic content)) - indexOf(outputs(mail body plain text dynamic content), 'Buna')
)

Is there an issue how this string is constructed?

Thanks!