
Announcements
Hi All
I am getting message from yammmer group I want to split the message string based on some hash tags like
The #new flow #automation powerapps this is string
after extracting I want flow and power apps in variable
Please let me know Thanks in advance
Hi @hardikexplorer,
Please see if the following posts helps in your scenario:
Tips: convert from Twitter's ""Created At" string format to SQL Server DateTime compatible format
Here the author used the split() function and the concat() function to get what he wants.
You could find the other function reference below:
For your second question, power apps in variable, if I understand correctly, you would like to pass the substring as a variable from Microsoft Flow to PowerApps, right?
Currently this is not possible, we could fire a Flow based on an action under PowerApps, but currently it is not available to pass values back to PowerApps.
Please consider to submit this as an idea in the Flow Idea forum.
Regards