@andykaufseo I didn't read all thread, but here is answer for original question.
You can insert only to new group, which is created with Create Group action.
Create Group returns group id, which can be used later inside Insert Record action.
There will be interface to search/edit/delete groups but later.
@hifive said in CSS>Element-id>Match>text:
i need to click on an element. The text is "Activate"
Previously I can just click on element-id, without specifying the text.
Now the element id keeps changing ie different id for each login session.
I cannot click on the element-id anymore.
I think maybe i should match the text because the text does not change .. it is always "Activate"
Upon inspection, the html for this text is
<span class="status-text _spcontent-zha-10">Activate</span>
I tried these but didn't work:
CSS>Match>Activate
Match>Activate
How can I match and click?
Use the xpath text search selector
//span[text()[contains(.,'Activate')]]
@alexjohnhamber12 said in InMail.getMessages: Could not find a message matching the specified id in the specified mailbox folder:
3 code to get from mails but the last one some time f
im having the same issue since update to newest module. maybe will switch to old module